is_lga: Test for Local Government Areas

View source: R/isreg.R

is_lgaR Documentation

Test for Local Government Areas

Description

Checks a given object for Local Government Areas, represented as strings.

Usage

is_lga(x)

Arguments

x

An object of type character. This includes higher dimension object classes like matrix and array.

Value

A logical vector the same length as the input object. Each element that is not a valid Local Government Area will evaluate to FALSE.


naijR documentation built on Aug. 8, 2023, 5:13 p.m.