powered by
The function finds, imports, formats, and creates metadata for the USGS dataset.
USGS_formatter(path, pubDate)
Returns a list with the occurrence data, "USGS_data", and the EML data, "EML_attributes".
A character path to a directory that contains the USGS data, which will be found using fileFinder(). The function will look for "USGS_DRO_flat".
fileFinder()
Character. The publication date of the dataset to update the metadata and citation.
if (FALSE) { USGS_data <- USGS_formatter(path = DataPath, pubDate = "19-11-2022") }
Run the code above in your browser using DataLab