Description Usage Arguments Value
make_fn_desc_spine() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make function description spine. The function returns Function description spine (a character vector of length one).
1 2 3 4 5 6 | make_fn_desc_spine(
fn_name_1L_chr,
fn_title_1L_chr,
fn_type_lup_tb = NULL,
abbreviations_lup = NULL
)
|
fn_name_1L_chr |
Function name (a character vector of length one) |
fn_title_1L_chr |
Function title (a character vector of length one) |
fn_type_lup_tb |
Function type lookup table (a tibble), Default: NULL |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
Function description spine (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.