pk_get_study_meta

pk_get_study_meta(nexmls)

Arguments

nexmls,

a list of NeXML objects

Value

A list of data.frames containing taxa and characters

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 }