Tejapi: Retrieves Data from the Tejapi Datatable endpoint

Description Usage Arguments Details Value See Also Examples

Description

Retrieves Data from the Tejapi Datatable endpoint

Usage

1
Tejapi(datatable_code, paginate = FALSE, ...)

Arguments

datatable_code

Datatable code on Tejapi specified as a string.

paginate

When set to TRUE, fetches up to 1,000,000 rows of data

...

Additional named values that are interpreted as Tejapi API parameters.

Details

Set your api_key with Tejapi.api_key function. For instructions on finding your api key go to https://api.tej.com.tw

Value

Returns a data.frame.

See Also

Tejapi.api_key

Examples

1
2
3
4
## Not run: 
Tejapi.datatable('TWN/AIND', paginate=TRUE)

## End(Not run)

Tejapi documentation built on May 2, 2019, 9:15 a.m.

Related to Tejapi in Tejapi...