interface RShellEngineConfig {
    rPath?: string;
    type: "r-shell";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

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"