interface RShellEngineConfig {
    rPath?: string;
    type: "r-shell";
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of RShellEngineConfig

Properties

Properties

rPath?: string

The path to the R executable to use. If this is undefined, DEFAULT_R_PATH will be used.

type: "r-shell"