write_ws() creates a standardised directory structure as a local development environment for modelling projects developed with the ready4 framework.
Usage
write_ws(
path_1L_chr,
consent_1L_chr = "",
consent_indcs_int = 1L,
options_chr = c("Y", "N")
)
Examples
if (FALSE) { # interactive()
write_ws(tempdir())
}