Description Usage Arguments Examples
A function to get the outputs of the get_coord_shares function
1 2 3 4 5 6 7 8 9 10 11 |
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) |
1 2 3 | 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.