findAphia("cod")
findAphia("Gadus morhua", latin = TRUE)
# Multiple matches
findAphia(c("cod", "haddock", "saithe"))
# Regular expressions
findAphia("ray", regex = TRUE, full = TRUE)
findAphia("Sebastes", latin = TRUE, regex = TRUE, full = TRUE)
Run the code above in your browser using DataLab