Skip to content

Function to extract metadata information of a data set hosted at GFZ dataservices (https://dataservices.gfz-potsdam.de/portal/).

Usage

metadataGFZ(doi)

Arguments

doi

DOI of a data set hosted at GFZ dataservices

Value

a list with entries "license", "citation", "authors" and "year"

See also

toolstartmessage, vcat

Other source downloading: toolManualDownload()

Author

Jan Philipp Dietrich

Examples

if (FALSE) { # \dontrun{
metadataGFZ("10.5880/pik.2019.004")
} # }