CellularPopulation: Retrieve the population of activity and stay with given month

CellularPopulationR Documentation

Retrieve the population of activity and stay with given month

Description

The function is used to download the population of activity and stay for the specific time and district from the cellular data. Level of districts include county and town. The data is downloaded from Social Economic Geographic Information System (SEGIS) by Ministry of the Interior.

Usage

CellularPopulation(district, time, out=F)

Arguments

district

Please fill in the district type. The valid input includes County and Town.

time

The time (year-month) of the data. The format of time should be YYYY-MM. If the argument is blank (NULL), the latest data will be retrieved.

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.

Author(s)

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

Examples

CellularPopulation(district="County", time="2020-11")
CellularPopulation(district="Town", time="2023-11", age=T, out="./town_population.csv")

ChiaJung-Yeh/NYCU_TDX documentation built on Nov. 25, 2024, 6:57 a.m.