select {jmvcore} | R Documentation |
Shorthand equivalent to subset(df, select=columnNames)
, however
it additionally preserves attributes on the columns and the data frame
select(df, columnNames)
df |
the data frame |
columnNames |
the names of the columns to make up the new data frame |
the new data frame