scrapeCongress: Takes tweets from previous function and creates a csv for...

Description Usage

View source: R/scrape.R

Description

Takes tweets from previous function and creates a csv for each member of congress where there are reported tweets. Titles each csv as "ScrapeCongress i" where i represents the alphabetical order in which that member of Congress appears in the list that the user selected when entering in the timeline option in ScrapeCongress().

Usage

1
2
3
4
5
6
scrapeCongress(
  timelines = "all",
  session = "116",
  n_tweets = 50,
  csvOut = FALSE
)

DamonCharlesRoberts/ScrapeCongress documentation built on May 15, 2021, 3:23 p.m.