#' 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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.