multisub: Multiple replacement

Description Usage Arguments Value Author(s)

View source: R/multisub.R

Description

Extract and return a data frame with the columns that include only numeric values

Usage

1
multisub(pattern, replacement, x, ...)

Arguments

pattern

Chararcter string vector containing a regular expression to be matched in the given character vector

replacement

A character vector of equal length with the pattern to be replaced.

x

A character vector or an object where the matches are

...

other parameters to pass

Value

This function returns a character vector with the replacements.

Author(s)

Kleanthis Koupidis


DescriptiveStats.OBeu documentation built on May 4, 2020, 9:06 a.m.