res <- EUtilsSummary("myeloma[MeSh]",retmax=2,reldate=365)
summary(res)
fetch <- EUtilsGet(res)
Mesh(fetch)
### NOTE THAT MORE RECENT RECORDS MAY LACK MESH HEADINGS
res <- EUtilsSummary("myeloma[ti]",retmax=2,reldate=365)
summary(res)
fetch <- EUtilsGet(res)
Mesh(fetch)Run the code above in your browser using DataLab