Skip to contents

Check if LM Studio CLI is installed

Usage

has_lms()

Value

A logical scalar: TRUE if the lms executable is found on the system path, and FALSE otherwise.

Examples

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