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

    Interface RShellEngineConfig

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of RShellEngineConfig
    Index

    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"