#' Title
#'
#' @param valu
#' @param desc
#' @param yax
#'
#' @return
#' @export
#'
#' @examples
section_enroll <- function(valu, desc, yax) {
barplot(as.numeric(valu), ylim = c(0,as.numeric(yax)), names.arg = lga, main = desc, col="green", las=2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.