The R Project SVN R

Rev

Rev 25815 | Rev 40609 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25815 Rev 35450
Line 4... Line 4...
4
\description{
4
\description{
5
  Parses expressions in the given file, and then successively evaluates
5
  Parses expressions in the given file, and then successively evaluates
6
  them in the specified environment.
6
  them in the specified environment.
7
}
7
}
8
\usage{
8
\usage{
9
sys.source(file, envir = NULL, chdir = FALSE,
9
sys.source(file, envir = baseenv(), chdir = FALSE,
10
           keep.source = getOption("keep.source.pkgs"))
10
           keep.source = getOption("keep.source.pkgs"))
11
}
11
}
12
\arguments{
12
\arguments{
13
  \item{file}{a character string naming the file to be read from}
13
  \item{file}{a character string naming the file to be read from}
14
  \item{envir}{an \R object specifying the environment in which the
14
  \item{envir}{an \R object specifying the environment in which the