Rev 58549 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/methods/man/substituteDirect.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\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}