Description Usage Arguments Value
make_arg_desc_spine() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make argument description spine. The function is called for its side effects and does not return a value.
1 2 3 4 5 | make_arg_desc_spine(
argument_nm_1L_chr,
object_type_lup = NULL,
abbreviations_lup = NULL
)
|
argument_nm_1L_chr |
Argument name (a character vector of length one) |
object_type_lup |
Object type (a lookup table), Default: NULL |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
NA ()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.