getColumn {campsis} | R Documentation |
Get data of given column unless if does not exist (return NULL in that case).
Description
Get data of given column unless if does not exist (return NULL in that case).
Usage
getColumn(.data, colname)
Arguments
.data |
data frame |
colname |
column name |
Value
a vector
[Package campsis version 1.5.4 Index]