make_arg_desc_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make argument description list. The function is called for its side effects and does not return a value.
1 | make_arg_desc_ls(fn_nms_chr, abbreviations_lup = NULL, object_type_lup = NULL)
|
fn_nms_chr |
Function names (a character vector) |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
object_type_lup |
Object type (a lookup table), Default: NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.