R/synonyms-other-affinity-type.R

Defines functions other_affinity_type_synonyms

other_affinity_type_synonyms <- function() {
    c(
        "lgbt" = "GL",
        "think_tank" = "TT"
    )
}
tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.