prompt.data.frame {base} | R Documentation |
Facilitate the constructing of files documenting R data frames.
prompt.data.frame(object, filename = paste(name, ".Rd", sep = ""))
object |
a data frame |
filename |
name of the output file |
The documentation file produced by prompt.data.frame
does not
have the same format as many of the data frame documentation files in
the base
library. We are trying to settle on a preferred
format for the documentation.
Douglas Bates bates@stat.wisc.edu
help
and the chapter on ``Writing R documentation'' in
``Writing R Extensions'' (see the `doc/manual'
subdirectory of the R source tree).
data(women) prompt(women)