write_all_fn_dmt | R Documentation |
write_all_fn_dmt() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write all function documentation. The function returns a S4 methods (a list).
write_all_fn_dmt(
pkg_setup_ls,
fns_env_ls,
document_unexp_lgl = F,
fns_dmt_tb = deprecated()
)
pkg_setup_ls |
Package setup (a list) |
fns_env_ls |
Functions (a list of environments) |
document_unexp_lgl |
Document unexported (a logical vector), Default: F |
fns_dmt_tb |
Functions documentation (a tibble), Default: deprecated() |
a S4 methods (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.