Component summary
fabiogiglietto opened this issue · 1 comments
This new feature will add an additional output to the get_output function. Using output from get_coord_shares creates a summary table with information about each isolated component in the network. Such table may include the information about the number of entities in the component, the average and cumulated memberships, the top domains used and an indicator that measures the concentration of links around few or many domains (gini?). Additionally, this output may query for each top domain NewsGuard API to get a sense of our reliable are news sources used but that component.
We have now added this feature in the new https://github.com/fabiogiglietto/CooRnet/blob/master/R/get_component_summary.R function.