Skip to contents

Read a CSV file output by sourmash compare

Usage

read_compare_csv(file, sample_to_rownames = F, ...)

Arguments

file

path to file output by sourmash compare using the with the --csv flag

sample_to_rownames

Boolean indicating whether sample names should be added to the tibble as a column or a rowname

...

Arguments passed to readr::read_csv()

Value

A tibble.

Examples

if (FALSE) {
read_compare_csv("")
}