Skip to contents

write_tidytacos() saves the tidytacos object into 3 .csv files. This format allows easy loading of the tidytacos object using the read_tidytacos() function.

Usage

write_tidytacos(ta, dout)

Arguments

ta

A tidytacos object.

dout

The directory to store the three tidytacos tables in.

See also

Other export-methods: as_phyloseq(), to_biom(), to_fasta()