Description Usage Arguments Value Author(s)
Produce a prototype of an Rd (R Documentation) file, from
a function definition. In fact, there was never a
prompt.function in prompt,
just a prompt.default, so I haven't
over-written anything from utils. This code
originally came from
“src/library/utils/R/prompt.R”
| 1 2 | 
| object | an R object, typically a function for the
default method.  Can be  | 
| filename | usually, a connection or a character string giving the name of the file to which the documentation shell should be written. The default corresponds to a file whose name is ‘name’ followed by “.Rd”. Can also be ‘NA’ (see below). | 
| name | a character string specifying the name of the object. | 
| force.function | logical: If  | 
| ... | further arguments passed to or from other methods. | 
If ‘filename’ is NA, a list-style
representation of the documentation shell.  Otherwise,
the name of the file written to is returned invisibly.
Mark Cowley, 2009-10-13
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.