Closed mhpob closed 3 months ago
A few helper functions were made to be vectorized by using purrr::map. This PR:
purrr::map
sapply
purrr
blue_shark_att
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.
query_worms_common
list
On hold until #240 is resolved.
A few helper functions were made to be vectorized by using
purrr::map
. This PR:sapply
purrr
(following #122)blue_shark_att
to address #240