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

fixed as.uid error #675

Merged
merged 2 commits into from Mar 23, 2018
Merged

fixed as.uid error #675

merged 2 commits into from Mar 23, 2018

Conversation

zachary-foster
Copy link
Collaborator

Description

Uses the same method as my last PR. Still need to change to the tt with an API key default of NULL version, but this works for now at least.

Related Issue

resolves #674

Example

> as.uid(315567)
No ENTREZ API key provided
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
[1] "315567"
attr(,"class")
[1] "uid"
attr(,"match")
[1] "found"
attr(,"multiple_matches")
[1] FALSE
attr(,"pattern_match")
[1] FALSE
attr(,"uri")
[1] "https://www.ncbi.nlm.nih.gov/taxonomy/315567"

@sckott sckott added this to the v0.9.4 milestone Mar 23, 2018
@sckott
Copy link
Contributor

sckott commented Mar 23, 2018

nice, thanks, good catch

@sckott sckott merged commit d23f232 into ropensci:master Mar 23, 2018
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

Successfully merging this pull request may close these issues.

as.uid error when using taxon IDs
2 participants