Holds a single R file starting with an expression list.

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

Type Parameters

Properties

Properties

filePath?: string