R/ds-descriptr.R

#' \code{descriptr} package
#'
#' Generate descriptive statistics and explore statistical distributions
#'
#' @docType package
#' @name descriptr
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(
    ".", "breaks", "Levels", "varyable", "count",
    "cumulative", "frequency", "values", "s", "tp", "type", "xvar", "yvar",
    "data", "varnames", "frequency", "varname", "bins", "n", "value", "y", "
    count"
  ))
}

Try the descriptr package in your browser

Any scripts or data that you put into this service are public.

descriptr documentation built on Dec. 15, 2020, 5:37 p.m.