mesh_by_name_bq: A function that provides the PMID numbers of publications in...

View source: R/mesh_by_name_bq.R

mesh_by_name_bqR Documentation

A function that provides the PMID numbers of publications in terms of the names of their Descriptors & Qualifiers

Description

It can provide all the PMIDS of publications with specific Descriptors and Qualifiers.

Usage

mesh_by_name_bq(x, d, q)

Arguments

x

A character vector containing the PMID numbers of the articles of our search

Descriptor

A character vector containing the mesh Descriptors.

Qualifier

A character vector containing the mesh Qualifiers.

Examples


initial_search <- read.csv(system.file("extdata", "csv-randomized-set.csv", package = "screenmedR"))
initialPMID<-initial_search$PMID
Descriptor<-c("Blood Pressure","Dobutamine","Humans","Infant, Newborn")
Qualifier<-c("administration & dosage")
mesh_by_name_bq(initialPMID,Descriptor,Qualifier)


thdiakon/screenmedR documentation built on Nov. 22, 2022, 6:26 p.m.