View source: R/USGS_formatter.R
USGS_formatter | R Documentation |
The function finds, imports, formats, and creates metadata for the USGS dataset.
USGS_formatter(path, pubDate)
path |
A character path to a directory that contains the USGS data, which will be found using
|
pubDate |
Character. The publication date of the dataset to update the metadata and citation. |
Returns a list with the occurrence data, "USGS_data", and the EML data, "EML_attributes".
## Not run:
USGS_data <- USGS_formatter(path = DataPath, pubDate = "19-11-2022")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.