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

    Result of parsing a REPL code command line. rCode may be undefined, in which case the R code of a previous REPL command will be re-used.

    interface ParsedReplLine {
        rCode: string | undefined;
        remaining: string[];
    }
    Index

    Properties

    Properties

    rCode: string | undefined
    remaining: string[]