importOccurrences {BeeBDC} | R Documentation |
Imports the most-recent repoMerge data
Description
Looks for and imports the most-recent version of the occurrence data created by the repoMerge()
function.
Usage
importOccurrences(path = path, fileName = "^BeeData_")
Arguments
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 |
Value
A list with a data frame of merged occurrence records, "Data_WebDL", and a list of EML files contained in "eml_files".
Examples
## Not run:
DataImp <- importOccurrences(path = DataPath)
## End(Not run)
[Package BeeBDC version 1.2.0 Index]