use_details {details}R Documentation

Use details macros

Description

Call this to import the details Rd macro into your package.

See the Package Documentation vignette of the details package.

Usage

use_details(desc_path = "./DESCRIPTION")

Arguments

desc_path

character, path to description file to check/edit, Default = './DESCRIPTION'

Details

This will append three elements to the DESCRIPTION file

See Also

details


[Package details version 0.3.0 Index]