#' frequency: A package to generate frequencies
#'
#' The frequency package comprises functions to generate SPSS like frequencies in R.
#'
#' @section Frequency functions:
#'
#' \code{\link{freq}}
#'
#'
#' @docType package
#' @name frequency
#' @import rmarkdown knitr DT ggplot2
#' @importFrom gtools mixedorder
#' @importFrom utils browseURL setTxtProgressBar txtProgressBar
#' @keywords internal
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.