get_column_values: Extract the values of a data.table
column by the column name.
Description
This function extracts the values of a data.table
column as a vector;
the column name is supplied as a character.
Usage
get_column_values(table, colname)
Arguments
colname
The name of a column in the table.
Value
The values of the column as a vector.