Creates a .R file with all available roxygen documentation tags with descriptions of each one. Places the new .R file within the R/ directory. rdocs_r_summary() creates a new file with exhaustive documentation of most available tags and formatting options, while rdocs_r_minimal() only provides a basic .R with suggested tags and organization.

rdocs_r_summary(name = NULL)

rdocs_r_minimal(name = NULL)

Arguments

name

File name, without extension; will create if it doesn't already exist; if left null, creates a new file R/rdocs_r_template.R

Value

none; called for its side-effect of creating an R file