Learn R Programming

naijR (version 0.3.2)

is_lga: 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.