Function write_frequency_to_csv

Source
pub fn write_frequency_to_csv(
    path: &Path,
    names: &Vec<String>,
    freq: Vec<(String, usize)>,
)