write_to_reset_pkg_files | R Documentation |
write_to_reset_pkg_files() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to reset package files. The function is called for its side effects and does not return a value.
write_to_reset_pkg_files(
delete_contents_of_1L_chr,
consent_1L_chr = "",
description_ls = NULL,
keep_version_lgl = T,
package_1L_chr = get_dev_pkg_nm(getwd()),
package_dir_1L_chr = getwd(),
self_serve_1L_lgl = F
)
delete_contents_of_1L_chr |
Delete contents of (a character vector of length one) |
consent_1L_chr |
Consent (a character vector of length one), Default: ” |
description_ls |
Description (a list), Default: NULL |
keep_version_lgl |
Keep version (a logical vector), Default: T |
package_1L_chr |
Package (a character vector of length one), Default: get_dev_pkg_nm(getwd()) |
package_dir_1L_chr |
Package directory (a character vector of length one), Default: getwd() |
self_serve_1L_lgl |
Self serve (a logical vector of length one), Default: F |
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.