R/xray.R

#' \code{xray} package
#'
#' X-Ray - Dataset Analyzer
#'
#'
#' @docType package
#' @name xray
#' @importFrom dplyr %>%
#' @importFrom foreach %do%
NULL

## quiets concerns of R CMD check
utils::globalVariables(c(".", "n", "pNA", "pZero", "pBlank", 'pInf', 'anomalous_percent', 'qDistinct', 'dat', '..density..'))

Try the xray package in your browser

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

xray documentation built on May 1, 2019, 7:33 p.m.