interface DataFrameAccessValidationConfig {
    readLoadedData?: boolean;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of DataFrameAccessValidationConfig

Properties

Properties

readLoadedData?: boolean

Whether data frame shapes should be extracted from loaded external data files, such as CSV files (defaults to the option in the flowR config if undefined)