We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use the example given in get.cid()
cids <- c(5282108, 5282148, 91754124) dat <- lapply(cids, get.cid)
then i got
Error in if (info.name == n) info.name <- "" : argument is of length zero
Could you please take a look at this error.
The text was updated successfully, but these errors were encountered:
When I do something like get.sid(7366998) I get the following error. I assume that these errors are connected to the one reported by @ningshi
get.sid(7366998)
[1] "Error in download.file(url, destfile = dest, method = \"internal\", mode = \"wb\", : \n cannot open URL 'http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?tool=rpubchem&db=pcsubstance&id=7366998'\n" attr(,"class") [1] "try-error" attr(,"condition") <simpleError in download.file(url, destfile = dest, method = "internal", mode = "wb", quiet = quiet): cannot open URL 'http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?tool=rpubchem&db=pcsubstance&id=7366998'> Error in .get.xml.file(url, datafile, quiet) : Error in the download In addition: Warning message: In download.file(url, destfile = dest, method = "internal", mode = "wb", : "internal" method cannot handle https redirection to: 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?tool=rpubchem&db=pcsubstance&id=7366998'
Sorry, something went wrong.
No branches or pull requests
I tried to use the example given in get.cid()
then i got
Could you please take a look at this error.
The text was updated successfully, but these errors were encountered: