View source: R/mesh_by_name_bq.R
mesh_by_name_bq | R Documentation |
It can provide all the PMIDS of publications with specific Descriptors and Qualifiers.
mesh_by_name_bq(x, d, q)
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. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.