View source: R/GBIFOccurrence.R
initializeGBIFOccurrence | R Documentation |
Initialize a new GBIF Occurrence object
initializeGBIFOccurrence(
objectData,
idColumnInfo,
nameAutoMap = FALSE,
defDateFormat = "YYYY-MM-DD",
...
)
objectData |
A |
idColumnInfo |
Either a |
nameAutoMap |
A |
defDateFormat |
A |
... |
A named set of paramaeters corresponding to Darwin core terms associated with the GBIFOccurrence
class type. Each is either a |
A new GBIFOccurrence
object
DwCTerm
getGBIFOccurrenceMembers
## Not run:
## Get a dataset as an Archive and then extract the occurrence file
#'## Get the dataset using the key:
datasetKey <- "346a9b13-5c96-4793-bcd7-d6614950e726"
Archive <-getLNportalData(datasetKey = datasetKey)
core<-Archive$getCoreTable()
core=core$exportAsDataFrame()
GBIFOcc=initializeGBIFOccurrence(core, "id", TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.