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

https://github.com/hackoregon/rcivicapi

R utilities for consuming the Civic Software Foundation API
https://github.com/hackoregon/rcivicapi

Last synced: 12 months ago
JSON representation

R utilities for consuming the Civic Software Foundation API

Awesome Lists containing this project

README

          

# rcivicapi
R utilities for consuming the Civic Software Foundation API

## Installation
From the R command line:

```
if (!require(remotes)) install.packages("remotes")
remotes::install_github("hackoregon/rcivicapi")
```
## Documentation