Learn R Programming

jpcity (version 0.3.0)

is_city_desig: Check if a city is a designated city or a ward of a designated city

Description

Check if a city is a designated city or a ward of a designated city

Usage

is_city_desig(x, type = "city")

Value

A logical vector.

Arguments

x

A jpcity_city object.

type

A character vector of city types, "city" or "ward". By default, "city".