phylotastic / datelife

R package containing datelife's core functionality
http://phylotastic.org/datelife/
13 stars 11 forks source link

tnrs_match batch function fix #71

Open LunaSare opened 3 years ago

LunaSare commented 3 years ago

Input data in harvey2020scientific_names.txt

adjusted_labels <- read.csv(file = "harvey2020scientific_names.txt", header = FALSE)[,1]
matched_labels <- datelife::tnrs_match(input = adjusted_labels)

Error in if (sum("mus" == tolower(input)) > 0) { : 
  missing value where TRUE/FALSE needed
In addition: There were 45 warnings (use warnings() to see them)

head(matched_labels)
Error in head(matched_labels) : object 'matched_labels' not found