scan: Render EDA report

Description Usage Arguments Value Examples

View source: R/scan.R

Description

Render EDA report

Usage

1
2
3
scan(.data, ..., .regroup = TRUE, output_format = html_document(toc =
  TRUE, toc_depth = 3, theme = "journal"), output_file = "report.html",
  output_dir = getwd())

Arguments

.data

a data frame

...

unquoted columns names of variables to be considered as response

.regroup

logical. Should the groups with less than 5 occurences be grouped together.

output_format

see render

output_file

see render

output_dir

see render

Value

a report at the format specified in output_format

Examples

1
##ToDo

BenjaminLouis/datascan documentation built on May 26, 2019, 1:35 p.m.