Learn R Programming

usethis (version 1.1.0)

use_package_doc: Create package documentation template

Description

Adds a roxygen template for package documentation. When you document() roxygen will flesh out the Rd file using data from the DESCRIPTION. That ensures you don't need to repeat the same information in multiple places. This block is a good place to put global namespace tags like @importFrom.

Usage

use_package_doc()

Arguments