repoFinder {BeeBDC} | R Documentation |
Find GBIF, ALA, iDigBio, and SCAN files in a directory
Description
Find GBIF, ALA, iDigBio, and SCAN files in a directory
Usage
repoFinder(path)
Arguments
path |
A directory as character. The path within which to recursively look for GBIF, ALA, iDigBio, and SCAN files. |
Value
Returns a list of directories to each of the above data downloads
Examples
## Not run:
# Where DataPath is made by [BeeBDC::dirMaker()]
BeeBDC::repoFinder(path = DataPath)
## End(Not run)
[Package BeeBDC version 1.2.0 Index]