Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tnrs_match batch function fix #71

Open
LunaSare opened this issue Jun 10, 2021 · 0 comments
Open

tnrs_match batch function fix #71

LunaSare opened this issue Jun 10, 2021 · 0 comments

Comments

@LunaSare
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant