city_convert | R Documentation |
Convert to cities at different points in time
city_convert(city, from, to)
city |
A |
from |
A |
to |
A |
A list of a jpcity_city
object.
city <- parse_city(c("01201", "01202"))
city_convert(city,
from = "1970-04-01",
to = "2020-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.