/DESCRIPTION
http://gsubfn.googlecode.com/ · #! · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · ec3807a870a99705a869fdf9f94e4352 MD5 · raw file
- Package: gsubfn
- Version: 0.6-2
- Date: 2012-03-23
- Title: Utilities for strings and function arguments.
- Author: G. Grothendieck
- Maintainer: G. Grothendieck <ggrothendieck@gmail.com>
- Description: gsubfn is like gsub but can take a replacement function
- or certain other objects instead of the replacement string.
- Matches and back references are input to the replacement function and
- replaced by the function output. gsubfn can be used to split strings
- based on content rather than delimiters and for quasi-perl-style string
- interpolation. The package also has facilities for translating formulas
- to functions and allowing such formulas in function calls instead of
- functions. This can be used with R functions such as apply, sapply,
- lapply, optim, integrate, xyplot, Filter and any other function that
- expects another function as an input argument or functions like cat
- or sql calls that may involve strings where substitution is desirable.
- ByteCompile: true
- Depends: R (>= 2.14.0), proto
- Suggests: boot, chron, doBy, grid, lattice, quantreg, reshape, svUnit, tcltk, zoo
- License: GPL (>= 2)
- URL: http://gsubfn.googlecode.com