city_desig_split | R Documentation |
Split designated cities into wards
city_desig_split(city, split_tokyo = TRUE)
city |
A |
split_tokyo |
Whether to split into Tokyo special wards? |
A list of a jpcity_city
object.
city <- parse_city(c("01100", "13100"))
city_desig_split(city)
city_desig_split(city,
split_tokyo = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.