column.rm: This function removes columns from a table pass in the df and...

Description Usage Arguments Value

Description

This function removes columns from a table pass in the df and the column and it will return a column without the mentioned column(s)

Usage

1
column.rm(df, col_name)

Arguments

df

a data frame

col_name

1 or multiple concatenated column names

Value

returns the data frame without the specified columns


marcuskhl/BasicSettings documentation built on May 21, 2019, 11:44 a.m.