# \donttest{
# Using AphiaID only
try(add_worms_taxonomy(c(1080, 109604), verbose = FALSE))
# Using a combination of AphiaID and scientific name
try(add_worms_taxonomy(
aphia_ids = c(NA, 109604),
scientific_names = c("Calanus finmarchicus", "Oithona similis"),
verbose = FALSE
))
# }
Run the code above in your browser using DataLab