ereprompt {Rdpack} | R Documentation |
Update an Rd file and open it in an editor. This is a wrapper for reprompt with different defaults for some parameters.
ereprompt(..., edit = TRUE, filename = TRUE)
... |
passed on to |
edit |
if |
filename |
if |
ereprompt
calls reprompt
to do the actual job but has
different defaults for the arguments described on this page. By
default, it replaces the original Rd file with the updated
documentation and opens it in an editor.
called for the side effect of updating Rd documentation file and opening it in an editor
Georgi N. Boshnakov
reprompt
which does the actual work
## this assumes that the current working directory is ## in any subdirectory of the development directory of Rdpack ## Not run: ereprompt(infile = "reprompt.Rd") ## End(Not run)