plot_intro: Plot introduction

Description Usage Arguments Value See Also Examples

View source: R/plot_intro.r

Description

Plot basic information (from introduce) for input data.

Usage

1
2
3
4
5
6
7
plot_intro(
  data,
  geom_label_args = list(),
  title = NULL,
  ggtheme = theme_gray(),
  theme_config = list()
)

Arguments

data

input data

geom_label_args

a list of other arguments to geom_label

title

plot title

ggtheme

complete ggplot2 themes. The default is theme_gray.

theme_config

a list of configurations to be passed to theme.

Value

invisibly return the ggplot object

See Also

introduce

Examples

1
2

Example output



DataExplorer documentation built on Dec. 16, 2020, 1:07 a.m.