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
- Host: GitHub
- URL: https://github.com/hackoregon/rcivicapi
- Owner: hackoregon
- License: mit
- Created: 2019-08-25T06:32:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T04:09:33.000Z (over 6 years ago)
- Last Synced: 2025-02-02T04:23:20.303Z (over 1 year ago)
- Language: R
- Homepage: https://hackoregon.github.io/rcivicapi/
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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