R/data-raw/sourcing-script.R

source("./data-raw/required-args.R")
source("./data-raw/validation.R")
source("./data-raw/responses.R")
source("./data-raw/fetch.R")

devtools::use_data(
  technical_indicator_specification,
  validation_list,
  response_list,
  fetch_list,
  overwrite = T, internal = T
)

rm(list = ls())

Try the AlphaVantageClient package in your browser

Any scripts or data that you put into this service are public.

AlphaVantageClient documentation built on May 2, 2019, 6:49 a.m.