View source: R/api-alphavantager.R
av_api_key | R Documentation |
Requires the alphavantager packager to use.
av_api_key(api_key)
api_key |
Optionally passed parameter to set Alpha Vantage |
A wrapper for alphavantager::av_api_key()
Returns invisibly the currently set api_key
tq_get()
get = "alphavantager"
## Not run:
if (rlang::is_installed("alphavantager")) {
av_api_key(api_key = "foobar")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.