Describes the fields available in GBIF downloads
Usage
occ_download_describe(x = "dwca")
Arguments
- x
a character string (default: "dwca"). Accepted values:
"simpleCsv", "simpleAvro", "simpleParquet","speciesList".
Details
The function returns a list with the fields available in GBIF downloads. It
is considered experimental by GBIF, so the output might change in the future.
Examples
if (FALSE) { # \dontrun{
occ_download_describe("dwca")$verbatimFields
occ_download_describe("dwca")$verbatimExtensions
occ_download_describe("simpleCsv")$fields
} # }