Find GBIF, ALA, iDigBio, and SCAN files in a directory

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

if (FALSE) {
# Where DataPath is made by [BeeBDC::dirMaker()]
BeeBDC::repoFinder(path = DataPath)
}