city_name: Get city names
Description
Get city names
Usage
city_name(city, type = c("city_desig", "city"), sep = "", kana = FALSE)
Value
A character
vector of city names.
Arguments
- city
A jpcity_city
object.
- type
Types of city names. By default, returns both designated city
names ("city_desig"
) and city names ("city"
).
- sep
Separator for city names.
- kana
Whether to use hiragana or not?