我正在尝试使用 将一些常用名称转换为科学名称taxize
,但这些函数正在返回错误。
从帮助页面:
library(taxize)
comm2sci(commnames='black bear')
# Error: could not find function "comm2sci"
此外,sci2comm
它不起作用:
sci2comm(scinames='Helianthus annuus')
# Error: could not find function "sci2comm"
他们不工作的任何原因?在R中获得科学名称的任何其他方式?