get_description | R Documentation |
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.
get_description(id)
id |
(character) the name of a struct object to generate documentation for |
a character string of roxygen formatted documentation for the object
get_description('example_model')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.