if (FALSE) {
# by default, get a TSN (an ITIS code)
wm_external(id = 1080)
## get many
wm_external_(id = c(1080, 126436))
# BOLD code
wm_external(id = 278468, type = "bold")
# NCBI code
wm_external(id = 278468, type = "ncbi")
# fishbase code
wm_external(id = 278468, type = "fishbase")
# curl options
library(crul)
wm_external(id = 105706, verbose = TRUE)
}
Run the code above in your browser using DataLab