@eagleoutice/flowr - v2.10.3
    Preparing search index...
    interface DocumentReplSessionOptions {
        allowRSessionAccess?: boolean;
        args?: string;
        hideEntry?: boolean;
        openOutput?: boolean;
    }
    Index

    Properties

    allowRSessionAccess?: boolean

    defaults to false and allows access to the R session

    args?: string

    additional arguments to pass to the repl

    hideEntry?: boolean

    defaults to false and shows starting the repl

    openOutput?: boolean

    defaults to false and opens the details section by default