Select Data Columns
Select the required columns from the data and rename
select_data_cols(data, args)
data
: A data.frame
containing all the required columnsargs
: List of arguments from data_preparation
A data.table with the required columns
Useful links