dropCol: Drops a column

View source: R/watanabe-df-manipulation.R

dropColR Documentation

Drops a column

Description

Removes a column from a data frame

Usage

dropCol(df, ...)

Arguments

df

A data frame

...

Objects which can be coerced to a vector of the column names to be dropped

Value

The data frame df without column colName


awatanabe/appr documentation built on Sept. 26, 2022, 8:04 a.m.