CellularPopulation | R Documentation |
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.
CellularPopulation(district, time, 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 |
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. |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
CellularPopulation(district="County", time="2020-11")
CellularPopulation(district="Town", time="2023-11", age=T, out="./town_population.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.