We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5111718 commit 2bcd777Copy full SHA for 2bcd777
R/Mod_PrepData.R
@@ -96,9 +96,6 @@ Mod_PrepData <- function(
96
rm(EnvVars2Read, envir = environment())
97
98
Path_Model <- IASDT.R::Path(Path_Model, DirName)
99
- if (fs::dir_exists(Path_Model)) {
100
- stop("Model directory already exists: ", Path_Model, call. = FALSE)
101
- }
102
fs::dir_create(Path_Model)
103
104
IASDT.R::RecordArgs(
0 commit comments