is_key_column_present {iotables} | R 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
|
Value
A logical variable of length 1, TRUE
or FALSE
.
[Package iotables version 0.9.3 Index]