CRAN status Travis build status AppVeyor build status Codecov test coverage

prevederer

R package for accessing the Prevedere API. Access to the Prevedere API requires an API key.

Installation

devtools::install_github("wkdavis/prevederer") 

Use

Endpoints

Example

library(prevederer)

api_key = "xyz123"
provider = "provider_a"
provider_id = "a123"

prevedere_indicator_series(api_key, provider, provider_id)