statscnQueryLastN: fetch the lastN data

Description Usage Arguments Value Examples

View source: R/rstatscn.R

Description

fetch the lastN data for the latest query, only affect the number of rows in the returned data. This function can not be used alone , statscnQueryData() has to be called before this function

Usage

1

Arguments

n

the number of rows to be fetched

Value

the last n rows data in the latest query

Examples

1
2
3
4
5
## Not run: 
df=statscnQueryData('A0201',dbcode='hgnd')
df2=statscnQueryLastN(20)

## End(Not run)

jiang-hang/rstatscn documentation built on April 29, 2020, 5:12 p.m.