Skip to contents

Uses the same lookup as lms_path(): the RLMSTUDIO_LMS_PATH environment variable, then the system PATH, then common installation directories.

Usage

has_lms()

Value

A logical scalar: TRUE if lms_path() finds the lms executable, and FALSE if it aborts.

Examples

if (FALSE) { # \dontrun{
has_lms()
} # }