Description Usage Arguments Value Examples
View source: R/stockAnalyzer.R
Generate summary statistics for profile stock data
1 | summaryStats(data, measurements = colnames(data))
|
data |
xts a time series object |
measurements |
character |
tibble
1 2 | quantmod::getSymbols("AAPL")
summary_stats_AAPL <- summaryStats(AAPL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.