read_qza: read qiime2 artifacts (.qza)

Description Usage Arguments Value Examples

View source: R/read_qza.R

Description

extracts embedded data and object metadata into an R session

Usage

1
read_qza(file, tmp, rm)

Arguments

file

path to the input file, ex: file="~/data/moving_pictures/table.qza"

tmp

a temporary directory that the object will be decompressed to (default="tempdir()")

rm

should the decompressed object be removed at completion of function (T/F default=TRUE)

Value

a named list of the following objects:

Examples

1
## Not run: SVs<-read_qza("data/table.qza")

jbisanz/qiime2R documentation built on Nov. 12, 2021, 3:09 p.m.