Description
Wrapper for the 'Prevedere' API.
Description
Easy and efficient access to the API provided by 'Prevedere', an industry insights and predictive analytics company. Query and download indicators, models and workbenches built with 'Prevedere' for further analysis and reporting <https://www.prevedere.com/>.
README.md
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
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.
Example
library(prevederer)
api_key = "xyz123"
provider = "provider_a"
provider_id = "a123"
prevedere_indicator_series(api_key, provider, provider_id)