remove.columns: REMOVE COLUMNS

Description Usage Arguments Value Examples

Description

removes columns out of a dataframe

Usage

1
remove.columns(data, column.names)

Arguments

data

A dataframe that contains columns which should be removed.

column.names

Names of columns that should be removed.

Value

A dataframe without removed columns.

Examples

1
remove.columns(data.frame(x="X",y="Y",z="Z",w="W"),c("x","z"))

TPeschel/hlpr4life documentation built on May 9, 2019, 2:25 p.m.