Set Alpha Vantage API Key
Requires the alphavantager packager to use.
av_api_key(api_key)
api_key
: Optionally passed parameter to set Alpha Vantage api_key
.Returns invisibly the currently set api_key
A wrapper for alphavantager::av_api_key()
## Not run: if (rlang::is_installed("alphavantager")) { av_api_key(api_key = "foobar") } ## End(Not run)
tq_get()
get = "alphavantager"
Useful links