add_fns_dmt_tb | R Documentation |
add_fns_dmt_tb() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add functions documentation tibble. The function returns Package setup (a list).
add_fns_dmt_tb(
pkg_setup_ls,
append_1L_lgl = T,
dv_url_pfx_1L_chr = character(0),
fns_env_ls = NULL,
inc_methods_1L_lgl = F,
key_1L_chr = NULL
)
pkg_setup_ls |
Package setup (a list) |
append_1L_lgl |
Append (a logical vector of length one), Default: T |
dv_url_pfx_1L_chr |
Dataverse url prefix (a character vector of length one), Default: character(0) |
fns_env_ls |
Functions (a list of environments), Default: NULL |
inc_methods_1L_lgl |
Include methods (a logical vector of length one), Default: F |
key_1L_chr |
Key (a character vector of length one), Default: NULL |
Package setup (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.