write_fns_dmt_tb | R Documentation |
write_fns_dmt_tb() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write functions documentation tibble. The function is called for its side effects and does not return a value.
write_fns_dmt_tb(
pkg_setup_ls,
gh_prerelease_1L_lgl = T,
gh_repo_desc_1L_chr = "Supplementary Files",
gh_tag_1L_chr = "Documentation_0.0"
)
pkg_setup_ls |
Package setup (a list) |
gh_prerelease_1L_lgl |
Github prerelease (a logical vector of length one), Default: T |
gh_repo_desc_1L_chr |
Github repository description (a character vector of length one), Default: 'Supplementary Files' |
gh_tag_1L_chr |
Github tag (a character vector of length one), Default: 'Documentation_0.0' |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.