I have just discovered a package for R to retrieve abstract from pubmed, which is wonderful. But I keep receive an warning message during data retrieval:
R2009 <- pubmed.search("R+package[tiab]+AND+2009/01/01[dp]:2009/12/31[dp]",dest="temp",format="ris")
Warning message:
In download.file(e.query, dest = temp, quiet = TRUE) :
downloaded length 2565 != reported length 200
> nrow(as.data.frame(R2009))
[1] 82
I have manually do a search in pubmed, and found the same number of article (82).
I wonder what the warning message means, anything needs to be fixed here? Thanks.