A simple wrapper for gsub that replaces all
patterns from pattern argument with ones in
replacement over vector provided in argument
x.
vgsub(pattern, replacement, x, ...)see eponymous argument for
gsub function
see eponymous argument for
gsub function
see eponymous argument for gsub
function
additional arguments for gsub
function
a character vector with string replacements
See original thread for more details http://stackoverflow.com/a/6954308/457898. Special thanks to user Jean-Robert for this one!