Answers for "how to create a working directory in r"

R
0

r make directory

dir.create(file.path(mainDir, subDir), showWarnings = FALSE)
Posted by: Guest on January-21-2021

Code answers related to "how to create a working directory in r"

Browse Popular Code Answers by Language