R/getCompanyTypes.R

Defines functions getCompanyTypes

Documented in getCompanyTypes

#' Helper function to return the company types dictionary
#'
#'@return dictionary
#'
#' @author Layla Rohkohl, \email{byehity@gmail.com}
#'
#' @examples
#' getCompanyTypes()
#'
#' @export
#'
getCompanyTypes <- function() {
  return(c("for_profit" = "For Profit",
           "non_profit" = "Non-profit"))
}
Lyrohk/cruncher documentation built on Dec. 17, 2021, 1:17 a.m.