Learn R Programming

PatientLevelPrediction (version 6.4.1)

createTempModelLoc: Create a temporary model location

Description

Create a temporary model location

Usage

createTempModelLoc()

Arguments

Value

A string for the location of the temporary model location

Examples

Run this code
modelLoc <- createTempModelLoc()
dir.exists(modelLoc)
# clean up
unlink(modelLoc, recursive = TRUE)

Run the code above in your browser using DataLab