Open c-hawthorne opened 3 years ago
Hi,
Using the current GitHub build of RISmed, I come across the error ‘Error in z$Agency[[1]] : subscript out of bounds’.
query <- EUtilsSummary('"Poverty"[MeSH]', retmax = 5000) results <- EUtilsGet(x = query, type = "efetch", db = "pubmed")
I tried to reduce the range of the query and try to replicate the error.
query <- EUtilsSummary('"Poverty"[MeSH] AND 2016/10/15[dp]', retmax = 5000) results <- EUtilsGet(x = query, type = "efetch", db = "pubmed")
Thank you.
I'm having a similar issue. Could you resolve this?
Hi,
Using the current GitHub build of RISmed, I come across the error ‘Error in z$Agency[[1]] : subscript out of bounds’.
I tried to reduce the range of the query and try to replicate the error.
Thank you.