# \donttest{
# Example usage with a vector of Aphia IDs
aphia_ids <- c(12345, 67890, 112233)
try(worms_records <- get_worms_records(aphia_ids, verbose = FALSE))
if (exists("worms_records")) print(worms_records)
# }
Run the code above in your browser using DataLab