Description Usage Arguments Value Examples
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
| 1 | 
| n | the number of rows to be fetched | 
the last n rows data in the latest query
| 1 2 3 4 5 | ## Not run: 
df=statscnQueryData('A0201',dbcode='hgnd')
df2=statscnQueryLastN(20)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.