badvalue_rm: Remove bad values from data

Description Usage Arguments Value Author(s) See Also

Description

This function will remove cells of a data frame, that have bad values.

Usage

1
badvalue_rm(data, badstring, badpattern, badindex = "BADVAL")

Arguments

data

A data frame containing a column with an index of bad values.

badstring

Character. Specify an exact string to clean only one single column of your data frame.

badpattern

Character. Specify a pattern of bad values to clean multiple (but not all) columns of your data frame.

badindex

Character. Name of a column of the data frame that serves as an index for bad values.

Value

data frame

Author(s)

Frederik Sachser

See Also

badindex_add, badindex_rm


sachserf/badval documentation built on May 29, 2019, 12:21 p.m.