df_plot: Visualize a data frame

View source: R/df_plot.R

df_plotR Documentation

Visualize a data frame

Description

df_plot visualizes the variables in a data frame.

Usage

df_plot(data)

Arguments

data

a data frame.

Details

For each variable, the plot displays

  • type (numeric, integer, factor, ordered factor, logical, or date)

  • percent of available (and missing) cases

Variables are sorted by type and the total number of variables and cases are printed in the caption.

Value

a ggplot2 graph

See Also

For more descriptive statistics on a data frame see contents.

Examples

df_plot(cars74)

Rkabacoff/qacBase documentation built on June 23, 2022, 7:13 p.m.