data_missing: data_missing

View source: R/data_missing.R

data_missingR Documentation

data_missing

Description

Returns overview on missing values for variables of the input dataset containing at least one missing value.

Usage

data_missing(.data, .caption = "", .print = TRUE, .sort_by_na = FALSE)

Arguments

.data

A data.frame or tibble.

.caption

A character vector used as the caption of the output.

.print

If .print = TRUE, an HTML output is generated, else a matrix is returned.

.sort_by_na

If TRUE, results are sorted by the number of NAs.

Value

Either a HTML output for use in Markdown files or a matrix.

Examples

-

janbrederecke/prepareD documentation built on Oct. 26, 2022, 8:06 p.m.