Closed Acanthiza closed 3 months ago
get_data uses R.utils::doCall to pass function specific arguments, but it can only pass named arguments. The predicate functions in rgbif::occ_download are not named (they are all passed as dots). Need a work around.
get_data
R.utils::doCall
rgbif::occ_download
See #9
get_data
usesR.utils::doCall
to pass function specific arguments, but it can only pass named arguments. The predicate functions inrgbif::occ_download
are not named (they are all passed as dots). Need a work around.