getIndustry: Get Industry data

Description Usage Arguments Author(s) Examples

Description

Get Industry data

Usage

1
2
getIndustry(data, date, qtid = c(), CompanyCode = NULL, SW1 = NULL,
  SW2 = NULL, SW3 = NULL, qtind = NULL, key)

Arguments

data

character

date

Date

qtid

vector

CompanyCode

character

SW1

character

SW2

character

SW3

character

qtind

character

key

character

Author(s)

Dan Zhang

Examples

1
2
3
4
5
6
## Not run: 
getIndustry(data='industryType',date='2015-12-02',key=key)
getIndustry(data='industryType',date='2015-12-02',qtid=c('000001.SZ','000002.SZ'),key=key)
getIndustry(data='industryType',date='2015-12-02',CompanyCode=6,key=key)

## End(Not run)

qutke/qutke documentation built on May 26, 2019, 1:32 p.m.