is_key_column_present: Is a keyword present in a key column?

is_key_column_presentR Documentation

Is a keyword present in a key column?

Description

Is a keyword present in a key column?

Usage

is_key_column_present(data_table, potential_keywords = NULL)

Arguments

data_table

A matrix or vector that should have a key column.

potential_keywords

Potential keywords that should be present in the key column, defaults to NULL in which case it will asserted that the first column is not numeric.

Value

A logical variable of length 1, TRUE or FALSE.


rOpenGov/iotables documentation built on Jan. 26, 2024, 3:06 a.m.