download_data: Download the Data from the Source Platform.

Description Usage Arguments Examples

Description

Download the Data from the Source Platform.

Usage

1
download_data(rid, src, format = "table", ...)

Arguments

rid

string. The id of the data.

src

string. The name of the source platform. Possible values are: c("Taiwan", "Taipei") or the abbreviation: c("tw", "tp").

format

string. The format of returned object. Possible values are: c("table", "json", "xml").

...

Additional arguments which will be passed to the specified source platform.

Examples

1
2
3
4
## Not run: 
 download_data("55ec6d6e-dc5c-4268-a725-d04cc262172b", "Taipei", format = "table", encoding = "BIG-5", header = TRUE)

## End(Not run)

wush978/DataTaiwan documentation built on May 4, 2019, 12:01 p.m.