@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface RShellEngineConfig

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    rPath?: string

    The path to the R executable to use; defaults to DEFAULT_R_PATH.

    type: "r-shell"