@eagleoutice/flowr - v2.10.2
    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

    Properties

    Properties

    filePath?: string