The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 16... Line 16...
16
\arguments{
16
\arguments{
17
  \item{x}{the name of an \R object, as a name or a character string.}
17
  \item{x}{the name of an \R object, as a name or a character string.}
18
  \item{\dots}{arguments to pass to editor: see \code{\link{edit}}.}
18
  \item{\dots}{arguments to pass to editor: see \code{\link{edit}}.}
19
}
19
}
20
\details{
20
\details{
21
  The name supplied as \code{x} need not exist as an \R object, in 
21
  The name supplied as \code{x} need not exist as an \R object, in
22
  which case a function with no arguments and an empty body is supplied 
22
  which case a function with no arguments and an empty body is supplied
23
  for editing.
23
  for editing.
24
 
24
 
25
  Editing an \R object may change it in ways other than are obvious: see
25
  Editing an \R object may change it in ways other than are obvious: see
26
  the comment under \code{\link{edit}}.  See
26
  the comment under \code{\link{edit}}.  See
27
  \code{\link{edit.data.frame}} for changes that can occur when editing
27
  \code{\link{edit.data.frame}} for changes that can occur when editing