roxtext: roxtext function

View source: R/roxtext.R

roxtextR 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


miscFuncs documentation built on Nov. 2, 2023, 5:21 p.m.

Related to roxtext in miscFuncs...