Skip to contents

using the dataset key for a Living Norway dataset (and other GBIF datasets) you can download and extract the elements of the Darwin Core Archive file

Usage

getLNportalData(datasetKey, version = NULL)

Arguments

datasetKey

the dataset unique identifying key

version

the dataset version as indicated on the IPT from which the dataset was published

Examples

Archive=getLNportalData(datasetKey = "b848f1f3-3955-4725-8ad8-e711e4a9e0ac" )
#> Warning: 'C:\Users\MATTHE~1.GRA\AppData\Local\Temp\RtmpEfHqvr\LNimportDir' already exists
# Then interact with the archive
core<-Archive$getCoreTable()
extension<-Archive$getExtensionTables()
metadata<-Archive$getMetadata()
# For datasets with several versions use:
Archive=getLNportalData(datasetKey="4a00502d-6342-4294-aad1-9727e5c24041",version=1.6)
#> Warning: 'C:\Users\MATTHE~1.GRA\AppData\Local\Temp\RtmpEfHqvr\LNimportDir' already exists