Description Usage Arguments Value
make_dmt_for_all_fns() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make documentation for all functions. The function returns All functions documentation (a tibble).
1 2 3 4 5 6 7 8 9 10 | make_dmt_for_all_fns(
paths_ls = make_fn_nms(),
undocumented_fns_dir_chr = make_undmtd_fns_dir_chr(),
custom_dmt_ls = list(details_ls = NULL, inc_for_main_user_lgl_ls =
list(force_true_chr = NA_character_, force_false_chr = NA_character_), args_ls_ls =
NULL),
fn_type_lup_tb,
abbreviations_lup = NULL,
inc_all_mthds_1L_lgl = T
)
|
paths_ls |
Paths (a list), Default: make_fn_nms() |
undocumented_fns_dir_chr |
Undocumented functions directory (a character vector), Default: make_undmtd_fns_dir_chr() |
custom_dmt_ls |
Custom documentation (a list), Default: list(details_ls = NULL, inc_for_main_user_lgl_ls = list(force_true_chr = NA_character_, force_false_chr = NA_character_), args_ls_ls = NULL) |
fn_type_lup_tb |
Function type lookup table (a tibble) |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
inc_all_mthds_1L_lgl |
Inc all mthds (a logical vector of length one), Default: T |
All functions documentation (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.