Tejapi {Tejapi}R Documentation

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.

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

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

## End(Not run)

[Package Tejapi version 1.0.1 Index]