pk_get_study_xml

pk_get_study_xml(study_ids)

Arguments

study_ids,

a list of study IDs.

Value

A list of nexml objects

Examples

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