Description Usage Arguments Value Methods (by class) Examples
Generic function to get one dataset from stock_db
1 2 3 4 | ## S3 method for class 'gta_db'
get_table_dataset(stock_db, table_name)
get_table_dataset(stock_db, table_name)
|
stock_db |
a stock database object to operate |
table_name |
name of target table |
A data frame on success, or NULL
gta_db
: get a table dataset from a database of gta_db class
1 | ds_trd_mnth.df <- get_table_dataset(stock_db, table_name = "TRD_Mnth_月个股回报率")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.