# Find code type for World Register of Marine Species (WoRMS)
types <- getCodeTypeList()
types[grep("worms", tolower(types$Description)),]
findCodeType("worms", full = TRUE)
# The code type "SpecWoRMS" can be used when calling getCodeList()
Run the code above in your browser using DataLab