Description Usage Arguments Value
Load stock return time-series in tsibble
1 2 3 4 5 | load_stock_return(
use_online_data = FALSE,
period_type = c("month", "quarter", "year"),
stock_codes = c("000651", "000333", "600066", "000550", "600031", "000157")
)
|
use_online_data |
A logical to determine whether to use test data from database or not. Default FALSE means to use achieved data for tests. |
period_type |
A character of period type, like "month", "quarter", "year". |
stock_codes |
A character vector of stock codes to load. NULL means to load all stocks. |
A tsibble of stock return time-series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.