Description Usage Arguments Value Methods (by class) Examples
Generic function to get a dataset of a list of stock_cd from table in stock
1 2 3 4 | ## S3 method for class 'gta_db'
get_stock_dataset(stock_db, table_name, stock_cd_list = NULL)
get_stock_dataset(stock_db, table_name, stock_cd_list)
|
stock_db |
a stock database object to operate |
table_name |
name of target table |
stock_cd_list |
a list of stock cd, default value of NULL means all stock data will be returned |
A data frame on success, or NULL
gta_db
: get a dataset of a list of stock_cd from table
in a database of gta_db class
1 2 3 | ds_trd_dalyr.df <- get_stock_dataset(stock_db,
table_name = "TRD_Dalyr_日个股回报率",
stock_cd_list = c("600066", "000550"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.