write_new_files() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write new files. The function returns Object (an output object of multiple potential types).
write_new_files(
paths_chr,
consent_1L_chr = "",
consent_indcs_int = 1L,
custom_write_ls = NULL,
fl_nm_1L_chr = NULL,
options_chr = c("Y", "N"),
source_paths_ls = NULL,
text_ls = NULL,
return_1L_lgl = FALSE
)
Object (an output object of multiple potential types)
Paths (a character vector)
Consent (a character vector of length one), Default: ''
Consent indices (an integer vector), Default: 1
Custom write (a list), Default: NULL
File name (a character vector of length one), Default: NULL
Options (a character vector), Default: c("Y", "N")
Source paths (a list), Default: NULL
Text (a list), Default: NULL
Return (a logical vector of length one), Default: FALSE