write_table_csv

Function write_table_csv 

Source
pub fn write_table_csv(
    path: &str,
    headers: &[&str],
    rows: &[Vec<&str>],
) -> Result<()>
Expand description

Write CSV table to a file path. Returns Result for error handling.