View source: R/old_taxa--taxmap--option_parsers.R
parse_dataset | R Documentation |
Parse options specifying datasets in taxmap objects
parse_dataset(obj, data, must_be_valid = TRUE, needed = TRUE, rm_na = TRUE)
obj |
The taxmap object. |
data |
The name/index of datasets in a taxmap object to use. Can also be a logical vector of length equal to the number of datasets. |
must_be_valid |
If TRUE, all datasets specified must be valid or an error occurs. |
needed |
If TRUE, at least one dataset must be specified or an error occurs. |
rm_na |
If TRUE, then invalid datasets do result in NAs in the output. |
The indexes for the datasets selected
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.