Skip to contents

read_tidytacos() reads the three .csv files created by the write_tidytacos() function and returns a tidytacos object.

Usage

read_tidytacos(
  din,
  samples = "samples.csv",
  taxa = "taxa.csv",
  counts = "counts.csv"
)

Arguments

din

directory containing the a sample, taxa and counts table in csv format

samples

the name of the samples table, defaults to samples.csv

taxa

the name of the taxa table, defaults to taxa.csv

counts

the name of the counts table, defaults to counts.csv

Value

A tidytacos object.

See also

Other import-methods: create_tidytacos(), from_dada(), from_phyloseq()