get_outputs: get_outputs

View source: R/get_outputs.R

get_outputsR Documentation

get_outputs

Description

A function to get the outputs of the get_coord_shares function

Usage

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

get_outputs(coord_shares_output=output)

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


fabiogiglietto/CooRnet documentation built on Aug. 15, 2024, 7:16 p.m.