Create | R Documentation |
This function creates networks from social media data as produced from Collect
.
Create
is the final step of the Authenticate
, Collect
and Create
workflow.
There are four types of networks that can be created from collected data: activity
, actor
,
twomode
or semantic
.
For activity
networks refer to Create.activity.twitter
, Create.activity.youtube
and Create.activity.reddit
for parameters and usage.
For actor
networks refer to Create.actor.twitter
, Create.actor.youtube
and
Create.actor.reddit
.
For twomode
and semantic
networks refer to Create.twomode.twitter
and
Create.semantic.twitter
functions for parameters and usage respectively.
Create(datasource, type, ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.