View source: R/importOccurrences.R
importOccurrences | R Documentation |
Looks for and imports the most-recent version of the occurrence data created by the repoMerge()
function.
importOccurrences(path = path, fileName = "^BeeData_")
path |
A directory as a character. The directory to recursively look in for the above data. |
fileName |
Character. A String of text to look for the most-recent dataset.
Default = "^BeeData_". Find faults by modifying |
A list with a data frame of merged occurrence records, "Data_WebDL", and a list of EML files contained in "eml_files".
## Not run:
DataImp <- importOccurrences(path = DataPath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.