Skip to content
Prev 168459 / 398502 Next

putting match.call to good use

On Wed, 28 Jan 2009, Harald Eikrem wrote:

            
The way to do this is eval(substitute()).  E.g. from the new Rd2HTML

         Rd <- eval(substitute(parse_Rd(f, encoding = enc),
                              list(f = Rd,enc = encoding)))