read_tax_example: Get path to example taxonomy files

View source: R/read_tax_example.R

read_tax_exampleR 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")

speedytax documentation built on May 29, 2024, 2:47 a.m.