get_outputs | R Documentation |
A function to get the outputs of the get_coord_shares function
get_outputs(
coord_shares_output,
ct_shares_marked.df = TRUE,
highly_connected_g = TRUE,
highly_connected_coordinated_entities = TRUE,
component_summary = FALSE,
cluster_summary = FALSE,
top_coord_urls = FALSE,
top_coord_shares = FALSE,
gdrive_folder_id = NULL
)
coord_shares_output |
the list from the get_coord_shares function |
ct_shares_marked.df |
a dataframe that contains all the retrieved social media shares plus an extra boolean variable (is_coordinated) that identify if the shares was coordinated (default TRUE) |
highly_connected_g |
graph of coordinated networks of pages/groups/accounts (default TRUE) |
highly_connected_coordinated_entities |
a dataframe that lists coordinated entities and corresponding component (default TRUE) |
component_summary |
the result of CooRnet::get_component_summary (default FALSE) |
cluster_summary |
the result of CooRnet::get_component_summary (default FALSE) |
top_coord_urls |
the result of CooRnet::get_top_coord_urls (default FALSE) |
top_coord_shares |
the result of CooRnet::get_top_coord_shares (default FALSE) |
gdrive_folder_id |
a Google Drive folder id where to uploads selected files (output.rds, highly_connected_g.graphml, highly_connected_coordinated_entities.csv, component_summary.csv, top_coord_urls.csv, top_coord_shares) files (default NULL) |
get_outputs(coord_shares_output=output)
get_outputs(coord_shares_output=output, gdrive_folder_id="0BwwA4oUTeiV1TGRPeTVjaWRDY1E")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.