write_to_delete_ds_copies() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to delete dataset copies. 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
write_to_delete_ds_copies(
input_params_ls = NULL,
consent_1L_chr = "",
consent_indcs_int = 1L,
options_chr = c("Y", "N"),
paths_ls = NULL
)
Arguments
- input_params_ls
Input parameters (a list), Default: NULL
- consent_1L_chr
Consent (a character vector of length one), Default: ''
- consent_indcs_int
Consent indices (an integer vector), Default: 1
- options_chr
Options (a character vector), Default: c("Y", "N")
- paths_ls
Paths (a list), Default: NULL