The R Project SVN R

Rev

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

Rev 30477 Rev 30677
Line 4... Line 4...
4
\title{Data Sets}
4
\title{Data Sets}
5
\description{
5
\description{
6
  Loads specified data sets, or list the available data sets.
6
  Loads specified data sets, or list the available data sets.
7
}
7
}
8
\usage{
8
\usage{
9
data(\dots, list = character(0), package = NULL,
9
data(\dots, list = character(0), package = NULL, lib.loc = NULL,
10
     lib.loc = NULL, verbose = getOption("verbose"),
10
     verbose = getOption("verbose"), envir = .GlobalEnv)
11
     envir = .GlobalEnv)
-
 
12
}
11
}
13
\arguments{
12
\arguments{
14
  \item{\dots}{a sequence of names or literal character strings.}
13
  \item{\dots}{a sequence of names or literal character strings.}
15
  \item{list}{a character vector.}
14
  \item{list}{a character vector.}
-
 
15
  \item{package}{
16
  \item{package}{a character vector giving the package(s) to look
16
    a character vector giving the package(s) to look
17
    in for data sets, or \code{NULL}.
17
    in for data sets, or \code{NULL}.
18
 
18
 
19
    By default, all packages in the search path are used, then
19
    By default, all packages in the search path are used, then
20
    the \file{data} subdirectory (if present) of the current working
20
    the \file{data} subdirectory (if present) of the current working
21
    directory.
21
    directory.