October 2017
Beginner to intermediate
236 pages
7h 38m
English
Let's perform the following steps to perform a PubMed literature search using R:
Here is the code to perform the preceding tasks mentioned:
library(pubmed.mineR) library(RISmed) keyword <- "Deep Learning" search_query <- EUtilsSummary(keyword, retmax=10) summary(search_query) fetch <- EUtilsGet(search_query)