shihikoo / pubmedTools

An R package to assistant users to use pubmed API to retrieve information into a table
GNU General Public License v3.0
2 stars 2 forks source link

Error in rbind(deparse.level, ...) : #2

Closed OleksiyAnokhin closed 2 years ago

OleksiyAnokhin commented 2 years ago

Hi, how to resolve the error below?

searchTerm = "query" output <- RetriveMetaDataFromSearch(searchTerm) [1] "5525 publications found by the search." [1] "To retrieve publications: 1 - 500" [1] "Retrieved publications: 500" Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match

shihikoo commented 2 years ago

I tested the tool with your search term but got no error. All 5525 items were downloaded. Can you update your libraries and try it again?

OleksiyAnokhin commented 2 years ago

Perfect. Let me try tomorrow, I will update you! Thanks for a fast reply.

OleksiyAnokhin commented 2 years ago

Fixed. One more question. Can I add a column secondary source with Clinical trials niymber like SI - ClinicalTrials.gov/NCT00000419?

shihikoo commented 2 years ago

@OleksiyAnokhin Can you open another issue for the new question? I will close this issue now.