54a08f6954
Approved by: portmgr blanket
7 lines
367 B
Text
7 lines
367 B
Text
gsubfn is an R package used for string matching, substitution and parsing. A
|
|
seemingly small generalization of gsub, namely allow the replacement string to
|
|
be a replacement function, list, formula or proto object, can result in
|
|
increased power and applicability. The resulting function, gsubfn is the
|
|
namesake of this package.
|
|
|
|
WWW: https://code.google.com/p/gsubfn/
|