powered by
Convert to cities at different points in time
city_convert(city, from, to)
A list of a jpcity_city object.
jpcity_city
A jpcity_city object.
A character (year, month, and day components) or date-time object of the starting date.
character
A character (year, month, and day components) or date-time object of the ending date.
city <- parse_city(c("01201", "01202")) city_convert(city, from = "1970-04-01", to = "2020-01-01")
Run the code above in your browser using DataLab