_site/R/topic-1.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_bileduct   <- 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/Pathology-Articles-from-Turkey documentation built on Nov. 13, 2024, 4:35 a.m.