get_outputs: get_outputs

Description Usage Arguments Examples

View source: R/get_outputs.R

Description

A function to get the outputs of the get_coord_shares function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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
)

Arguments

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)

Examples

1
2
3
get_outputs(coord_shares_output=output)

get_outputs(coord_shares_output=output, gdrive_folder_id="0BwwA4oUTeiV1TGRPeTVjaWRDY1E")

LeonardoSaracino/CooRnet_projectSNA documentation built on Dec. 18, 2021, 4:33 a.m.