Tejapi (version 1.0.1)

Tejapi: Retrieves Data from the Tejapi Datatable endpoint

Description

Retrieves Data from the Tejapi Datatable endpoint

Usage

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.

Value

Returns a data.frame.

Details

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

See Also

Tejapi.api_key

Examples

Run this code
# NOT RUN {
Tejapi.datatable('TWN/AIND', paginate=TRUE)
# }

Run the code above in your browser using DataCamp Workspace