Collect: Collect data from social media for generating networks

View source: R/Collect.R

CollectR Documentation

Collect data from social media for generating networks

Description

This function collects data from social media and structures it into a dataframe that can be used for creating networks for further analysis. Collect is the second step of the Authenticate, Collect, and Create workflow.

Usage

Collect(credential, ..., writeToFile = FALSE, verbose = TRUE)

Arguments

credential

A credential object generated from Authenticate.

...

Optional parameters to pass to functions providied by supporting R packages that are used for social media API collection.

writeToFile

Logical. Write data to file. Default is FALSE.

verbose

Logical. Output additional information. Default is TRUE.


vosonlab/vosonSML documentation built on July 23, 2024, 6:32 p.m.