multisub: 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
Value
This function returns a character vector with the replacements.