Create {vosonSML} | R Documentation |
Create networks from social media data
Description
This function creates networks from social media data as produced from Collect
.
Create
is the final step of the Authenticate
, Collect
and Create
workflow.
Usage
Create(datasource, type, ..., writeToFile = FALSE, verbose = TRUE)
Arguments
datasource |
Collected social media data of class |
type |
Character string. Type of network to be created, can be |
... |
Optional parameters to pass to functions providied by supporting R packages that are used for social media network creation. |
writeToFile |
Logical. Write data to file. Default is |
verbose |
Logical. Output additional information. Default is |
[Package vosonSML version 0.35.1 Index]