get_study_data

get_study_data(study_ids, verbose = FALSE)

Arguments

study_ids,

a list of study IDs.

verbose

logical: optional. If TRUE, prints messages prior to potentially time-consuming operations. Default is FALSE.

Value

A list of nexml objects

Examples

if (FALSE) {
slist <- get_studies(taxon = "Ameiurus", entity = "pelvic splint")
nex_list <- get_study_data(slist$id)
}