get_study_data
get_study_data(study_ids, verbose = FALSE)
a list of study IDs.
logical: optional. If TRUE, prints messages prior to potentially time-consuming operations. Default is FALSE.
A list of nexml objects
if (FALSE) {
slist <- get_studies(taxon = "Ameiurus", entity = "pelvic splint")
nex_list <- get_study_data(slist$id)
}