View source: R/get_network_data.R
get_network_data | R Documentation |
This function download all the retweets that every user on the list of politician on twitter made with each others
get_network_data(
category = "all",
start_date = "2021-01-01",
end_date = "2021-03-31"
)
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' |
get_network_data(category = 'province servants', start_date= "2020-10-01", end_date = "2020-12-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.