View source: R/occ_download_describe.R
occ_download_describe | R Documentation |
Describes the fields available in GBIF downloads
occ_download_describe(x = "dwca")
x |
a character string (default: "dwca"). Accepted values: "simpleCsv", "simpleAvro", "simpleParquet","speciesList". |
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.
a list.
## Not run:
occ_download_describe("dwca")$verbatimFields
occ_download_describe("dwca")$verbatimExtensions
occ_download_describe("simpleCsv")$fields
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.