Function write_csv

Source
pub fn write_csv<P: AsRef<Path>>(
    path: P,
    headers: &[&str],
    data: &[Vec<String>],
) -> Result<()>
Expand description

Write data to CSV file