get_new_fn_types | R Documentation |
get_new_fn_types() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get new function types. The function returns New function types (a character vector).
get_new_fn_types(
pkg_setup_ls,
fn_nms_ls = make_fn_nms(),
undmtd_fns_dir_chr = make_undmtd_fns_dir_chr(drop_empty_1L_lgl = T)
)
pkg_setup_ls |
Package setup (a list) |
fn_nms_ls |
Function names (a list), Default: make_fn_nms() |
undmtd_fns_dir_chr |
Undocumented functions directory (a character vector), Default: make_undmtd_fns_dir_chr(drop_empty_1L_lgl = T) |
New function types (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.