get_table_dataset: Get adataset from a table in stock_db

Description Usage Arguments Value Methods (by class) Examples

Description

Generic function to get one dataset from stock_db

Usage

1
2
3
4
## S3 method for class 'gta_db'
get_table_dataset(stock_db, table_name)

get_table_dataset(stock_db, table_name)

Arguments

stock_db

a stock database object to operate

table_name

name of target table

Value

A data frame on success, or NULL

Methods (by class)

Examples

1
ds_trd_mnth.df <- get_table_dataset(stock_db, table_name = "TRD_Mnth_月个股回报率")

chriszheng2016/ZStockModels documentation built on May 11, 2019, 6:26 p.m.