Rev 35751 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{substituteDirect}\alias{substituteDirect}\title{SubstituteDirect}\description{Substitute for the variables named in the second argument thecorresponding objects, substituting into \code{object}. The argument\code{frame} is a named list; if omitted, the environment of thecaller is used.This function differs from the ordinary \code{substitute} in that ittreats its first argument in the standard S way, by evaluating it. Incontrast, \code{substitute} does not evaluate its first argument.The goal is to replace this with an \code{eval=} argument to\code{\link{substitute}}.}\usage{substituteDirect(object, frame, cleanFunction=TRUE)}\keyword{internal}