Learn R Programming

Certara.NLME8 (version 3.0.1)

checkInstallDir: Checks the given directory for the files required for NLME run

Description

Checks the given directory for the files required for NLME run

Usage

checkInstallDir(installDir)

Value

TRUE if all checks are successful, otherwise FALSE.

Arguments

installDir

directory Location of NLME executables as set in INSTALLDIR environment variable.

Examples

Run this code
if (FALSE) {
checkInstallDir(Sys.getenv("INSTALLDIR"))
}

Run the code above in your browser using DataLab