The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 38... Line 38...
38
}
38
}
39
\details{
39
\details{
40
  If \code{filename} is \code{FALSE}, the text created is returned,
40
  If \code{filename} is \code{FALSE}, the text created is returned,
41
  presumably to be inserted some other documentation file, such as the
41
  presumably to be inserted some other documentation file, such as the
42
  documentation of the generic function itself (see
42
  documentation of the generic function itself (see
43
  \code{\link{prompt}}). 
43
  \code{\link{prompt}}).
44
 
44
 
45
  If \code{filename} is \code{NA}, a list-style representation of the
45
  If \code{filename} is \code{NA}, a list-style representation of the
46
  documentation shell is created and returned.  Writing the shell to a
46
  documentation shell is created and returned.  Writing the shell to a
47
  file amounts to \code{cat(unlist(x), file = filename, sep = "\\n")},
47
  file amounts to \code{cat(unlist(x), file = filename, sep = "\\n")},
48
  where \code{x} is the list-style representation.
48
  where \code{x} is the list-style representation.