prevederer is an R package for accessing the Prevedere API. Access to the Prevedere API requires an API key.
install.packages("prevederer")
devtools::install_github("wkdavis/prevederer")
indicator
: returns basic information about an indicator.indicator_series
: returns the data for an indicator.correlation
: calculates Pearson’s r and other statistics at different offsets between an endogenous and exogenous indicator.raw_model
: returns all information about a forecast model.forecast
: returns historical fit and forecasted values of a forecast model.workbench
: returns the indicators used in a workbench.
library(prevederer)
api_key = "xyz123"
provider = "provider_a"
provider_id = "a123"
prevedere_indicator_series(api_key, provider, provider_id)