search for: intoiselement

Displaying 1 result from an estimated 1 matches for "intoiselement".

2014 May 07
0
Historical NA question (Herv? Pag?s)
...istorical NA question Message-ID: <53694CAA.3080808 at fhcrc.org> Content-Type: text/plain; charset=UTF-8; format=flowed On 05/06/2014 01:44 PM, William Dunlap wrote: > Run the following function over the output of > parse("yourSourceCode.R") to edit the parse tree: > > inToIsElement <- function (expr) > { > # expr should be an expression or a call, not a function. > # The output of parse(keep.source=FALSE) or quote() is good. > if (is.call(expr) && identical(expr[[1]], as.name("%in%"))) { > expr[[1]] <- as.name(&qu...