#' Freqeqncy Table of factos levels
#'
#' @param x factor
#'
#' @return factor
#' @export
#'
#' @examples
#' fcount(iris$Species)
fcount = function(x){
forcats::fct_count(x, sort = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.