R/mdd-records.R
mdd_release_records.Rd
This function is stable and its interface is expected to remain compatible.
mdd_release_records( checklist = NULL, synonyms = NULL, type_specimen_metadata = NULL )
Optional checklist data frame.
Optional synonym data frame.
Optional type specimen metadata table.
A named list of tibbles.
x <- mdd_release_records() names(x) #> [1] "checklist" "synonyms" "type_specimen_metadata"