School: Retrieve different level of school in Taiwan

SchoolR Documentation

Retrieve different level of school in Taiwan

Description

The function is used to download all the level of schools in Taiwan.

Usage

School(level, year, dtype="text", out=F)

Arguments

level

Level of school. It should be elementary, junior, senior, or university.

year

Please fill in the year of required data. It should be the year after 2010.

dtype

The class of data, including text (data frame) and sf (simple feature). The default value is text.

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.

Value

All the definition of column name is listed here.

Author(s)

Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au

Examples

School("university", 2022)
School("junior", 2020, dtype="sf", out="./taiwan_school.shp")

ChiaJung-Yeh/NYCU_TDX documentation built on Aug. 28, 2024, 10:43 p.m.