R/abbToStrategy.R

abbToStrategy = function(abb) {
  switch(tolower(abb),
         "bo" = "Buyouts",
         "enr" = "Energy and Natural Resources",
         "gc" = "Growth Capital", 
         "pd" = "Private Debt",
         "re" = "Real Estate", 
         "vc" = "Venture Capital", 
         NA_character_)
}
bplloyd/CorePE documentation built on May 30, 2019, 9:41 p.m.