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.
Collect(credential, ..., writeToFile = FALSE, verbose = TRUE)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.
Logical. Write data to file. Default is FALSE.
Logical. Output additional information. Default is TRUE.