knitr::opts_chunk$set(
  collapse = TRUE,
  fig.path = "README-"
)

prevederer

CRAN status Travis build status AppVeyor build status Codecov test coverage CRAN RStudio mirror downloads Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle - maturing CRAN/METACRAN

Overview

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

Installation

install.packages("prevederer")

Development version

devtools::install_github("wkdavis/prevederer") 

Usage

Endpoints

Example

library(prevederer)

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

prevedere_indicator_series(api_key, provider, provider_id)


wkdavis/prevederer documentation built on Nov. 5, 2019, 12:22 p.m.