Function csv_head

Source
pub fn csv_head(
    file: &str,
    sep: char,
    quote: char,
    no_header: bool,
    n: usize,
) -> CliResultData