Learn R Programming

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)

Copy Link

Version

Install

install.packages('prevederer')

Monthly Downloads

179

Version

0.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Wil Davis

Last Published

July 23rd, 2019

Functions in prevederer (0.0.1)

prevedere_providers

Providers
prevederer-package

Prevederer
prevedere_workbench

Workbench
prevedere_calculations

Calculations
prevedere_frequencies

Frequencies
prevedere_seasonalities

Seasonalities
prevedere_aggregations

Aggregation methods
prevedere_indicator

Indicators
prevedere_raw_model

Raw model
prevedere_forecast

Forecast
prevedere_correlation

Correlation
prevedere_fetch

Query the Prevedere API