R package for accessing the Prevedere API. Access to the Prevedere API requires an API key.
::install_github("wkdavis/prevederer") devtools
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)
= "xyz123"
api_key = "provider_a"
provider = "a123"
provider_id
prevedere_indicator_series(api_key, provider, provider_id)