write_to_reset_pkg_files: Write to reset package files

Description Usage Arguments

Description

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. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

1
2
3
4
5
6
7
write_to_reset_pkg_files(
  delete_contents_of_1L_chr,
  package_1L_chr = get_dev_pkg_nm(getwd()),
  package_dir_1L_chr = getwd(),
  description_ls = NULL,
  keep_version_lgl = T
)

Arguments

delete_contents_of_1L_chr

Delete contents of (a character vector of length one)

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()

description_ls

Description (a list), Default: NULL

keep_version_lgl

Keep version (a logical vector), Default: T


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.