The R Project SVN R

Rev

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

Rev 68948 Rev 89029
Line 15... Line 15...
15
lazyLoadDBexec(filebase, fun, filter)
15
lazyLoadDBexec(filebase, fun, filter)
16
}
16
}
17
\arguments{
17
\arguments{
18
  \item{filebase}{The file path to the database, with no extension.}
18
  \item{filebase}{The file path to the database, with no extension.}
19
  \item{envir}{The environment into which objects are loaded.}
19
  \item{envir}{The environment into which objects are loaded.}
20
  \item{filter}{An optional function which when called on a a character
20
  \item{filter}{An optional function which when called on a character
21
    vector of object names returns a logical vector: only objects for
21
    vector of object names returns a logical vector: only objects for
22
    which this is true will be loaded.}
22
    which this is true will be loaded.}
23
  \item{fun}{Function of one argument, an environment.}
23
  \item{fun}{Function of one argument, an environment.}
24
}
24
}
25
\details{
25
\details{