Create: Create networks from social media data

View source: R/Create.R

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

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.

Usage

Create(datasource, type, ...)

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.


vosonSML documentation built on Aug. 16, 2022, 5:14 p.m.