ocean-tracking-network / glatos

9 stars 4 forks source link

Remove `purrr` dependency #238

Closed mhpob closed 3 months ago

mhpob commented 3 months ago

A few helper functions were made to be vectorized by using purrr::map. This PR:

mhpob commented 3 months ago

Bit by #237. Wrapped the payload of query_worms_common in list to replicate the output of purrr::map when multiple scientific names match common names.

mhpob commented 3 months ago

On hold until #240 is resolved.