powered by
Create a temporary model location
createTempModelLoc()
A string for the location of the temporary model location
modelLoc <- createTempModelLoc() dir.exists(modelLoc) # clean up unlink(modelLoc, recursive = TRUE)
Run the code above in your browser using DataLab