https://github.com/mkearney/cngtweets
🏛🐦 Screen names of members of U.S. Congress
https://github.com/mkearney/cngtweets
congress house-of-representatives politics r r-package rstats rtweet senate tweets twitter twitter-api twitter-data
Last synced: 5 months ago
JSON representation
🏛🐦 Screen names of members of U.S. Congress
- Host: GitHub
- URL: https://github.com/mkearney/cngtweets
- Owner: mkearney
- License: other
- Created: 2019-04-21T23:18:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T19:14:47.000Z (about 6 years ago)
- Last Synced: 2025-03-04T23:43:44.771Z (9 months ago)
- Topics: congress, house-of-representatives, politics, r, r-package, rstats, rtweet, senate, tweets, twitter, twitter-api, twitter-data
- Homepage: https://github.com/mkearney/cngtweets
- Size: 23.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# cngtweets
[](https://travis-ci.org/mkearney/cngtweets)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://cran.r-project.org/package=cngtweets)
🏛🐦 Screen names of members of U.S. Congress
## Installation
You can install the released version of cngtweets from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("cngtweets")
```
Or the development version from Github
``` r
remotes::install_github("mkearney/cngtweets")
```