Skip to main content

load_table

Function load_table 

Source
pub fn load_table(
    folder: &Path,
) -> Result<(Schema, Vec<Row>, Vec<ValidationError>)>
Expand description

Load all markdown files in a folder, validate, and return rows.