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

synonyms_df should remove any null/na entries #636

Closed
sckott opened this issue Oct 19, 2017 · 0 comments
Closed

synonyms_df should remove any null/na entries #636

sckott opened this issue Oct 19, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@sckott
Copy link
Contributor

sckott commented Oct 19, 2017

e.g..,

nms <- c("Accipiter chilensis", "Accipiter chionogaster", "Accipiter erythronemius", "Accipiter ventralis", "Aegypius occipitalis")
syn <- synonyms(nms, db = "itis")
synonyms_df(syn)
#> Error in data.table::rbindlist(x, use.names = TRUE, fill = TRUE, idcol = TRUE) :
#>  Item 5 of list input is not a data.frame, data.table or list
@sckott sckott added the bug label Oct 19, 2017
@sckott sckott added this to the v1.0 milestone Oct 19, 2017
@sckott sckott self-assigned this Oct 19, 2017
@sckott sckott modified the milestones: v1.0, v0.9.4 Jan 19, 2018
@sckott sckott closed this as completed in b1e9c73 Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant