The unpack_qiime2_artifact function reads .qza files created by
qiime2, and returns the artifact.
Usage
unpack_qiime2_artifact(qza, dir_path = NULL)
Arguments
- qza
filename, a .qza file containing artifact
- dir_path
a string containing the name of directory where the artifacts
files should be written. Default = current working directory.
Value
A unpacked qza artifact
Examples
# Using the example files from moving-pictures
artifact <- unpack_qiime2_artifact(
qza = strollur_example("table.qza"),
dir_path = tempdir()
)