get_network_data: Download the data of who's retweets who's

View source: R/get_network_data.R

get_network_dataR Documentation

Download the data of who's retweets who's

Description

This function download all the retweets that every user on the list of politician on twitter made with each others

Usage

get_network_data(
  category = "all",
  start_date = "2021-01-01",
  end_date = "2021-03-31"
)

Arguments

category

A character vector with the category selected -"deputies","senators","national executive","others","province servants", 'candidates', "all"-

start_date

A character with the date where the retweets ocurr. This param read the date info in format 'yyyy-mm-dd'

end_date

A character with the date where the retweets stop. This param read the date info in format 'yyyy-mm-dd'

Examples

get_network_data(category = 'province servants',  start_date= "2020-10-01", end_date = "2020-12-31")


guadag12/politicxsentwitteR documentation built on May 7, 2023, 8:04 a.m.