get_description: Get struct object help description

View source: R/zzz.R

get_descriptionR Documentation

Get struct object help description

Description

This function is to help developers including struct objects in their own R packages, and isnt intended for general use. Use with roxygen 2 '@eval' tags this function generates a detailed description of a struct object generated by extracting names, descriptions etc from slots in a suitable format.

Usage

get_description(id)

Arguments

id

(character) the name of a struct object to generate documentation for

Value

a character string of roxygen formatted documentation for the object

Examples

get_description('example_model')


computational-metabolomics/struct documentation built on March 27, 2024, 4:26 p.m.