read_compare_csv.Rd
Read a CSV file output by sourmash compare
read_compare_csv(file, sample_to_rownames = F, ...)
path to file output by sourmash compare using the with the --csv flag
Boolean indicating whether sample names should be added to the tibble as a column or a rowname
Arguments passed to readr::read_csv()
A tibble.
if (FALSE) { read_compare_csv("") }