phylotypr_example {phylotypr}R Documentation

Get path to phylotypr example

Description

phylotypr comes bundled with some example files in its inst/extdata directory. This function make them easy to access.

Usage

phylotypr_example(path = NULL)

Arguments

path

Name of file. If NULL, the example files will be listed.

Value

A string indicating path to the file listed in path. If NULL is given then the return value is a vector of file names in the ⁠extdata/⁠ directory

Examples

phylotypr_example()
phylotypr_example("miseq_sop.fasta.gz")

[Package phylotypr version 0.1.1 Index]