Learn R Programming

Certara.NLME8 (version 3.0.1)

checkRootDir: Check NLME ROOT DIRECTORY for the given local host

Description

Checks if NLME ROOT DIRECTORY is provided and ready for writing. That directory is used for temporary folders writing.

Usage

checkRootDir(obj)

Value

TRUE if NLME ROOT DIRECTORY exists and accessible for writing, otherwise FALSE.

Arguments

obj

NLME Parallel Host to be checked

Examples

Run this code
if (FALSE) {
checkRootDir(host)
}

Run the code above in your browser using DataLab