The R Project SVN R

Rev

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

Rev 68948 Rev 85065
Line 10... Line 10...
10
comment(x) <- value
10
comment(x) <- value
11
}
11
}
12
\alias{comment}
12
\alias{comment}
13
\alias{comment<-}
13
\alias{comment<-}
14
\arguments{
14
\arguments{
15
 \item{x}{any \R object}
15
 \item{x}{any \R object.}
16
 \item{value}{a \code{character} vector, or \code{NULL}.}
16
 \item{value}{a \code{character} vector, or \code{NULL}.}
17
}
17
}
18
\description{
18
\description{
19
  These functions set and query a \emph{comment}
19
  These functions set and query a \emph{comment}
20
  attribute for any \R objects.  This is typically useful for
20
  attribute for any \R objects.  This is typically useful for