An open API service indexing awesome lists of open source software.

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

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

[![Travis build status](https://travis-ci.org/mkearney/cngtweets.svg?branch=master)](https://travis-ci.org/mkearney/cngtweets)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/cngtweets)](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")
```