Learn R Programming

ResearchAssociate (version 1.0.1)

Get.Publication.info: Retrieve all publications related to user-defined search query from PubMed database

Description

Retrieve all publications related to user-defined search query from PubMed database

Usage

Get.Publication.info(
  Searchquery,
  Publicationinfo = c("title", "source", "lastauthor", "pubtype", "pubdate",
    "pmcrefcount"),
  Output = NULL
)

Arguments

Searchquery

input a text query for example "Bioinformatics", "Bioinformatics or machine learning", "Cancer and drug targets"

Publicationinfo

information to be returned from pubmed such paper title, last author, journal or number of citations

Output

path to save file containig results returened by the function.

Examples

Run this code
# NOT RUN {
Publications <- Get.Publication.info(Searchquery = "physics and deep learning and proteomics")

# }

Run the code above in your browser using DataLab