The R Project SVN R

Rev

Rev 88832 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88832 Rev 88890
Line 174... Line 174...
174
  \code{\link{options}("keep.source")}.
174
  \code{\link{options}("keep.source")}.
175
 
175
 
176
  \code{\link{sys.source}} which is a streamlined version to source a
176
  \code{\link{sys.source}} which is a streamlined version to source a
177
  file into an environment.
177
  file into an environment.
178
 
178
 
179
  \sQuote{The R Language Definition} for a discussion of source
179
  Section \manual{R-lang}{Directives} for a discussion of source
180
  directives.
180
  directives.
181
}
181
}
182
\examples{
182
\examples{
183
someCond <- 7 > 6
183
someCond <- 7 > 6
184
## want an if-clause to behave "as top level" wrt auto-printing :
184
## want an if-clause to behave "as top level" wrt auto-printing :