read_tax_example {speedytax}R Documentation

Get path to example taxonomy files

Description

Access the files in speedyseq's inst/extdata sub-directory

Usage

read_tax_example(file = NULL)

Arguments

file

Name of file to return.

Value

Returns the full path to the requested file from the package sub-directory inst/extdata if it exists, or a list of the files in the directory if no file is specified.

Examples

read_tax_example()
read_tax_example("rdp_table.tsv")

[Package speedytax version 1.0.4 Index]