Skip to contents

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 "datasource" and socialmedia.

type

Character string. Type of network to be created, can be "activity", "actor", "twomode" or "semantic".

...

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 FALSE.

verbose

Logical. Output additional information. Default is TRUE.