The R Project SVN R

Rev

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

Rev 30461 Rev 30912
Line 6... Line 6...
6
  collections of variables which share many of the properties of
6
  collections of variables which share many of the properties of
7
  matrices and of lists, used as the fundamental data structure by most
7
  matrices and of lists, used as the fundamental data structure by most
8
  of \R's modeling software.
8
  of \R's modeling software.
9
}
9
}
10
\usage{
10
\usage{
11
data.frame(\dots, row.names = NULL, check.rows = FALSE, check.names = TRUE)
11
data.frame(\dots, row.names = NULL, check.rows = FALSE,
-
 
12
           check.names = TRUE)
12
}
13
}
13
\arguments{
14
\arguments{
14
  \item{\dots}{these arguments are of either the form \code{value} or
15
  \item{\dots}{these arguments are of either the form \code{value} or
15
    \code{tag=value}.  Component names are created based on the tag (if
16
    \code{tag=value}.  Component names are created based on the tag (if
16
    present) or the deparsed argument itself.}
17
    present) or the deparsed argument itself.}