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/Core documentation built on May 13, 2019, 2:24 a.m.