R/topic.R

topic_pancreas    <- paste0(
    "pancreas[MeSH Terms] OR ",
    "pancreas[Title/Abstract] OR ",
    "pancreatic neoplasms[MeSH Terms] OR ",
    "pancreatic[Title/Abstract]"
)


topic_gallbladder <- paste0("gallbladder[MeSH Terms] OR ",
                            "gallbladder[Title/Abstract]]")

topic_bileducts   <- paste0(
    "bile ducts[MeSH Terms] OR ",
    "bile ducts[Title/Abstract]] OR ",
    "bile duct[Title/Abstract]] OR ",
    "Common Bile Duct Diseases[Mesh] OR ",
    "Common Bile Duct Neoplasms[Mesh] OR ",
    "Biliary Tract Neoplasms[Mesh] OR ",
    "Biliary Tract Diseases[Mesh]"
)

topic_ampulla     <- paste0("ampulla[Title/Abstract]] OR ",
                            "Ampulla of Vater[Mesh] OR ",
                            "Sphincter of Oddi[Mesh] OR ",
                            "duodenum[MeSH Terms] OR ",
                            "duodenum[Title/Abstract]]"
                            )
sbalci/AutoJournalWatch documentation built on Aug. 13, 2020, 4:18 p.m.