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

Description Usage Arguments Value

View source: R/sanitycheck.R

Description

Removes the specified column(s) from the dataset.

Usage

1
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.


DCEM documentation built on Jan. 16, 2022, 1:07 a.m.