Learn R Programming

BeeBDC (version 1.2.0)

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

Description

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

Usage

repoFinder(path)

Value

Returns a list of directories to each of the above data downloads

Arguments

path

A directory as character. The path within which to recursively look for GBIF, ALA, iDigBio, and SCAN files.

Examples

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

Run the code above in your browser using DataLab