pk_get_study

pk_get_study(nexmls)

Arguments

nexmls,

a list of nexml objects

Value

A list of data.frames containing matrices

Examples

if (FALSE) { slist <- pk_get_study_list(taxon = "Ameiurus", entity = "pelvic splint") nex_list <- pk_get_study_xml(slist$id) # get the list of NeXML objects for the studies pk_get_study(nex_list) # retrieve the study matrices pk_get_study_meta(nex_list) # retrieve the meta data for the studies }