An R package that facilitates data retrieval from Project Vote Smart's rich online data base on US politics via the Project Vote Smart application programming interface (PVS API). The functions in this package cover most PVS API classes and methods and return the requested data in data-frames. pvsR is a R-wrapper around the PVS API with the explicit aim to facilitate the use of PVS data for empirical research.
- Current version: 0.4.1
- Vignette/Introduction/Examples/Background: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0130501
- Install via the devtools package: install_github("umatter/pvsR")
- Dependencies: see DESCRIPTION-File in Source-directory
- Code review
- Suggestions for extensions