#' The dq Package
#'
#' Tools for Data Quality.
#'
#' @section Functions:
#'
#' \code{\link{dq_univariate}}
#'
#' \code{\link{dq_pairwise}}
#'
#' \code{\link{dq_pca}}
#'
#' \code{\link{dq_multivariate}}
#'
#' The various methods listed on the \code{\link{plot_dq}} help page.
#' @docType package
#' @name dq
#'
NULL
#' @useDynLib dq
#' @importFrom Rcpp sourceCpp
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.