Learn R Programming

jmvcore (version 2.6.3)

select: Create a new data frame with only the selected columns

Description

Shorthand equivalent to subset(df, select=columnNames), however it additionally preserves attributes on the columns and the data frame

Usage

select(df, columnNames)

Value

the new data frame

Arguments

df

the data frame

columnNames

the names of the columns to make up the new data frame