Learn R Programming

miscFuncs (version 1.5-9)

roxtext: roxtext function

Description

A function to generate roxygen documentation templates for functions for example,

Usage

roxtext(fname)

Value

minimal roxygen template

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.