Description Usage Arguments Value
make_arg_desc() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make argument description. The function returns Argument description (a character vector).
1 | make_arg_desc(fn_args_chr, object_type_lup = NULL, abbreviations_lup = NULL)
|
fn_args_chr |
Function arguments (a character vector) |
object_type_lup |
Object type (a lookup table), Default: NULL |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
Argument description (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.