keatonwilson / get_clean_obs

A repo housing the custom get_clean_obs function that pulls and cleans inat and GBIF observations
1 stars 1 forks source link

Move filtering options to function arguments in get_clean_obs_function.R #2

Open jcoliver opened 5 years ago

jcoliver commented 5 years ago

To add some flexibility to get_clean_obs, default values can be added as function arguments (max.latitude, min.longitude, deduplicate, etc.).

keatonwilson commented 5 years ago

Min and max latitude (lonlim and latlim) added with recent @jcoliver pull request. I'll leave this open to remind myself to add a deduplicate argument.