Skip to contents

Drops an undefined number of columns from a data frame

Usage

drop_cols(df, ...)

Arguments

df

Data frame

...

Column names to drop (can be unquoted names or character vector)

Value

Data frame without the specified columns