R/frequency-package.R

#' 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
wilcoxa/frequencies documentation built on Jan. 22, 2021, 6:40 p.m.