Nothing
#' Check data for various issues
#'
#' Calls \code{\link{xgx_check_data}}
#'
#' @return data.frame
#'
#' @examples
#' covariates <- c("WEIGHTB", "SEX")
#' check <- xgx_summarize_data(mad_missing_duplicates, covariates)
#' @inheritParams xgx_check_data
#' @export
xgx_summarize_data <- function(data, covariates = NULL) {
xgx_check_data(data, covariates)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.