School | R Documentation |
The function is used to download all the level of schools in Taiwan.
School(level, year, dtype="text", out=F)
level |
Level of school. It should be |
year |
Please fill in the year of required data. It should be the year after 2010. |
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. Note that the directory must contain ".shp" when exporting simple feature. And the directory must contain ".csv" or ".txt" when exporting text file. |
All the definition of column name is listed here.
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
School("university", 2022)
School("junior", 2020, dtype="sf", out="./taiwan_school.shp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.