av_api_key() sets Alphavantage API key and entitlement code
Value
Invisibly returns two item list with API key and entitlement string once set). Use print method to view.
Details
The Alpha Vantage API key must be set prior to using av_get_pf(). You can obtain
an API key at the Alpha Vantage Website.
Examples
if (FALSE) { # \dontrun{
av_api_key("YOUR_API_KEY",entitlement="delayed")
av_get_pf("IBM", "TIME_SERIES_INTRADAY")
} # }