R/synonyms-school-code.R

Defines functions school_code_synonyms

school_code_synonyms <- function() {
    c(
        "business" = "BU",
        "haas" = "BU",
        "chemistry" = "CH",
        "letters_and_science" = "LS",
        "natural_resources" = "NR",
        "education" = "EC",
        "engineering" = "EN",
        "environmental_design" = "ED",
        "public_policy" = "PP",
        "gspp" = "PP",
        "journalism" = "JR",
        "boalt" = "LW",
        "law" = "LW",
        "optometry" = "OP",
        "public_health" = "PH",
        "social_welfare" = "SW"
    )

}
tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.