Learn R Programming

rlmstudio (version 0.2.2)

lms_path: Get the absolute path to the LMS executable

Description

Locates the LM Studio CLI (lms) on your system. It checks the RLMSTUDIO_LMS_PATH environment variable first, then the system PATH, and finally common installation directories.

Usage

lms_path()

Arguments

Value

A character string specifying the absolute file path to the LM Studio executable (lms) on the user's system.

Examples

Run this code
if (FALSE) {
lms_path()
}

Run the code above in your browser using DataLab