make_fn_desc | R Documentation |
make_fn_desc() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make function description. The function returns Function description (a character vector).
make_fn_desc(
fns_chr,
title_chr,
output_chr,
fns_env_ls,
fn_types_lup = NULL,
abbreviations_lup,
test_for_write_R_warning_fn = NULL,
is_generic_lgl = F
)
fns_chr |
Functions (a character vector) |
title_chr |
Title (a character vector) |
output_chr |
Output (a character vector) |
fns_env_ls |
Functions (a list of environments) |
fn_types_lup |
Function types (a lookup table), Default: NULL |
abbreviations_lup |
Abbreviations (a lookup table) |
test_for_write_R_warning_fn |
Test for write warning (a function), Default: NULL |
is_generic_lgl |
Is generic (a logical vector), Default: F |
Function description (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.