createTempModelLoc {PatientLevelPrediction} | R Documentation |
Create a temporary model location
Description
Create a temporary model location
Usage
createTempModelLoc()
Value
A string for the location of the temporary model location
Examples
modelLoc <- createTempModelLoc()
dir.exists(modelLoc)
# clean up
unlink(modelLoc, recursive = TRUE)
[Package PatientLevelPrediction version 6.4.1 Index]