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

    Holds a single R file starting with an expression list.

    interface RProjectFile<Info = NoInfo> {
        filePath?: string;
        root: RExpressionList<Info>;
    }

    Type Parameters

    Index
    filePath?: string