Skip to contents

Create a temporary model location

Usage

createTempModelLoc()

Value

A string for the location of the temporary model location

Examples

modelLoc <- createTempModelLoc()
dir.exists(modelLoc)
#> [1] FALSE
# clean up
unlink(modelLoc, recursive = TRUE)