createTempModelLoc: Create a temporary model location

View source: R/HelperFunctions.R

createTempModelLocR 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)

OHDSI/PatientLevelPrediction documentation built on June 9, 2025, 10:58 a.m.