| Specimen | R Documentation |
For more information on the NBA object model, please refer to the official NBA documentation at https://docs.biodiversitydata.nl and the NBA model and endpoints reference at https://docs.biodiversitydata.nl/endpoints-reference.
# Specimen$new()
R6 class
Model class for Specimen objects. This class models a Specimen record. Specimen records constitute the core of data served by the NBA. They can be unambiguously distinguished by the field unitID. Further fields include (among others) information about finding place, identification, and multimedia content.
sourceSystemSourceSystem
sourceSystemIdcharacter
recordURIcharacter
idcharacter
unitIDcharacter The unique identifier of the specimen.
unitGUIDcharacter
collectorsFieldNumbercharacter
assemblageIDcharacter
sourceInstitutionIDcharacter
sourceIDcharacter
previousSourceIDlist(character)
ownercharacter
licenseTypecharacter
licensecharacter
recordBasischaracter
kindOfUnitcharacter
collectionTypecharacter
sexcharacter
phaseOrStagecharacter
titlecharacter
notescharacter
preparationTypecharacter
previousUnitsTextcharacter
numberOfSpecimeninteger
fromCaptivitylogical
objectPubliclogical
multiMediaPubliclogical
acquiredFromAgent
gatheringEventGatheringEvent
identificationslist(SpecimenIdentification)
associatedMultiMediaUrislist(ServiceAccessPoint)
themelist(character)
$new()Constructor Specimen object.
$fromList(SpecimenList)Create Specimen object from list.
$toList()Get list representation of Specimen.
fromJSONString(SpecimenJson)Create Specimen object from JSON.
toJSONString(pretty=TRUE)Get JSON representation of Specimen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.