multisub {DescriptiveStats.OBeu} | R Documentation |
Multiple replacement
Description
Extract and return a data frame with the columns that include only numeric values
Usage
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
[Package DescriptiveStats.OBeu version 1.3.2 Index]