:exclamation: This is a read-only mirror of the CRAN R package repository. easyPubMed — Search and Retrieve Scientific Publication Records from PubMed. Homepage: https://www.data-pulse.com/dev_site/easypubmed/
8
stars
4
forks
source link
Number of records retrieved with batch_pubmed_download() don't match the site #4
Hi! I can't figure out what I am doing wrong. Pubmed shows 66 records and the df resulting from this code returns 27. I've tried altering the sintax of the string and I always get the same result.
If anyone can point me in the right direction... Thanks!
busqueda <- '((inference) AND (verbal ability)) AND (comprehension)'
Hi! I can't figure out what I am doing wrong. Pubmed shows 66 records and the df resulting from this code returns 27. I've tried altering the sintax of the string and I always get the same result. If anyone can point me in the right direction... Thanks!
busqueda <- '((inference) AND (verbal ability)) AND (comprehension)'
output <- batch_pubmed_download(pubmed_query_string = busqueda, dest_file_prefix = "NUBL18", encoding = "ASCII")
archivo <- output[[1]]
base <- table_articles_byAuth(pubmed_data = archivo, included_authors = "first", max_chars = -1, encoding = "ASCII")