interface DocumentReplSessionOptions {
    allowRSessionAccess?: boolean;
    args?: string;
    hideEntry?: boolean;
    openOutput?: boolean;
}

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