data_overview: data_overview

View source: R/data_overview.R

data_overviewR Documentation

data_overview

Description

Provides an overview table for the input dataset.

Usage

data_overview(.data, .caption = "", .print = TRUE, .percent_missing = 30)

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.

.percent_missing

A number determining the percentage of missingness used to count variables with high amount of missing values.

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.