roxtext {miscFuncs} | R Documentation |
roxtext function
Description
A function to generate roxygen documentation templates for functions for example,
Usage
roxtext(fname)
Arguments
fname |
the name of a function as a character string or as a direct reference to the function |
Details
would generate a template for this function. Note that functions with default arguments that include quotes will throw up an error at the moment, just delete these bits from the string, and if shold work.
Value
minimal roxygen template
[Package miscFuncs version 1.5-8 Index]