View source: R/data_narrative.R
| describe_quantmod_data | R Documentation |
Fetches market OHLCV data through quantmod and creates a compact narrative
for the resulting standardized market table.
describe_quantmod_data(
ticker,
label = ticker,
from = NULL,
to = NULL,
src = "yahoo",
local_path = NULL
)
ticker |
Market symbol passed to |
label |
Optional label to store in the standardized |
from |
Start date. If |
to |
End date. If |
src |
quantmod source, default |
local_path |
Optional local storage path used when |
Character scalar narrative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.