get_study_data | R Documentation |
get_study_data
get_study_data(study_ids, verbose = FALSE)
study_ids |
a list of study IDs. |
verbose |
logical: optional. If TRUE, prints messages prior to potentially time-consuming operations. Default is FALSE. |
A list of nexml objects
## Not run:
slist <- get_studies(taxon = "Ameiurus", entity = "pelvic splint")
nex_list <- get_study_data(slist$id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.