Acanthiza / envImport

https://acanthiza.github.io/envImport/
Other
0 stars 1 forks source link

`get_gbif` via `get_data` not recognising `...` #7

Closed Acanthiza closed 3 months ago

Acanthiza commented 4 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.

Acanthiza commented 3 months ago

See #9