View source: R/is_q2metadata.R
is_q2metadata | R Documentation |
Checks to see if a file is in qiime2 metadata format, ie contains #q2:types line dictating the type of variable (categorical/numeric)
is_q2metadata(file)
file |
path to the input file, ex: file="~/data/moving_pictures/table.qza" |
TRUE/FALSE
## Not run: metadata<-is_q2metadata("q2metadata.tsv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.