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.
# GatheringEvent$new()
R6 class
Model class for GatheringEvent objects.
projectTitle
character
worldRegion
character
continent
character
country
character
iso3166Code
character
provinceState
character
island
character
locality
character
city
character
sublocality
character
localityText
character
dateTimeBegin
character
dateTimeEnd
character
method
character
altitude
character
altitudeUnifOfMeasurement
character
biotopeText
character
depth
character
depthUnitOfMeasurement
character
gatheringPersons
list(Person)
gatheringOrganizations
list(Organization)
siteCoordinates
list(GatheringSiteCoordinates)
namedAreas
list(NamedArea)
associatedTaxa
list(AssociatedTaxon)
chronoStratigraphy
list(ChronoStratigraphy)
lithoStratigraphy
list(LithoStratigraphy)
bioStratigraphic
list(BioStratigraphy)
$new()
Constructor GatheringEvent object.
$fromList(GatheringEventList)
Create GatheringEvent object from list.
$toList()
Get list representation of GatheringEvent.
fromJSONString(GatheringEventJson)
Create GatheringEvent object from JSON.
toJSONString(pretty=TRUE)
Get JSON representation of GatheringEvent.