trim_data {DCEM}R Documentation

trim_data: Part of DCEM package. Used internally in the package.

Description

Removes the specified column(s) from the dataset.

Usage

trim_data(columns, data)

Arguments

columns

(string): A comma separated list of column(s) that needs to be removed from the dataset. Default: ”

data

(dataframe): Dataframe containing the input data.

Value

A dataframe with the specified column(s) removed from it.


[Package DCEM version 2.0.5 Index]