Business | R Documentation |
The function is used to download the business data of districts in Taiwan for the specific time, including county, town, minimum statistical area (SA0), statistical area 1 (SA1), and statistical area 2 (SA2). The data is downloaded from Social Economic Geographic Information System (SEGIS) by Ministry of the Interior. The data can be pure text or shapefile with the polygon of specific district.
Business(district, time, dtype="text", out=F)
district |
Please fill in the district type. The valid input includes |
time |
The time (year-month) of the data. The format of time should be |
dtype |
The class of data, including |
out |
If the result should be exported to the local, please fill in the directory. The default value is FALSE, which does not export the data. |
All the definition of column name is listed here.
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Business(district="County", time="2010-06")
Business(district="SA2", time="2022-06", age=T, dtype="sf", out="./taiwan_SA2_business.shp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.