is_lga {naijR}R 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.


[Package naijR version 0.6.0 Index]