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 32... Line 32...
32
 
32
 
33
  If \code{filename} is \code{NA}, a list-style representation of the
33
  If \code{filename} is \code{NA}, a list-style representation of the
34
  documentation shell is created and returned.  Writing the shell to a
34
  documentation shell is created and returned.  Writing the shell to a
35
  file amounts to \code{cat(unlist(x), file = filename, sep = "\\n")},
35
  file amounts to \code{cat(unlist(x), file = filename, sep = "\\n")},
36
  where \code{x} is the list-style representation.
36
  where \code{x} is the list-style representation.
37
  
37
 
38
  Currently, only data frames are handled explicitly by the code.
38
  Currently, only data frames are handled explicitly by the code.
39
}
39
}
40
\seealso{\code{\link{prompt}}}
40
\seealso{\code{\link{prompt}}}
41
\examples{
41
\examples{
42
promptData(sunspots)
42
promptData(sunspots)