powered by
Shorthand equivalent to subset(df, select=columnNames), however it additionally preserves attributes on the columns and the data frame
subset(df, select=columnNames)
select(df, columnNames)
the new data frame
the data frame
the names of the columns to make up the new data frame