del_cols: Delete columns in a dataframe

View source: R/del_row_col.R

del_colsR Documentation

Delete columns in a dataframe

Description

This function delete columns in a dataframe

Usage

del_cols(c, df)

Arguments

c

specify columns to be deleted

df

specify dataframe

Value

returns a dataframe

Examples

## Not run: 
del_cols(c(1, 3), data)
del_cols(c("1", "3"), data)

## End(Not run)

IbrahimHE/wrangler documentation built on March 27, 2022, 4:23 p.m.