#'rate_by_region
#'
#'evaluates the rate by region
#'
#'@param
#'
#'@return graph showing the rate by region
#'
#'@examples
#'rate_by_region()
#'@export
#'
rate_by_region <- function(){
rate <- rate()
boxplot(rate ~ region, data = get_data())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.