badindex_rm: Remove bad values from the index

Description Usage Arguments Author(s) See Also

Description

This function will remove predefined text from a specified vector.

Usage

1
badindex_rm(data, subset, badstring, badindex = "BADVAL", separator = ", ")

Arguments

data

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

subset

Integer. A vector specifying the rows that contain bad values.

badstring

Character. Specify the text for indexing (i.e. the names of columns that contain bad values).

badindex

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

separator

Character. Specify the separator between the text. It is not advisable to use '|'.

Author(s)

Frederik Sachser

See Also

badvalue_rm, badindex_add


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