Description Usage Arguments Value Examples
Make raw request to Tushare Pro API
| 1 2 | TusRequest(api_name, ..., fields = c(""), token = GetToken(),
  timeout = 10)
 | 
| api_name | name of API function, please refer to online document for more information. | 
| ... | passed to API function. | 
| fields | data fields to request | 
| token | API token. | 
| timeout | timeout in seconds for httr request. | 
data.frame/data.table
| 1 2 3 4 | ## Not run: 
top10 <- TusRequest("top10_holders", ts_code = "000001.SZ")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.