report: Creates a basic data quality report.

Description Usage Arguments Value Examples

View source: R/report.R

Description

Creates a basic data quality report.

Usage

1
2
report(data, qc = NULL, file = "report.html", dir = NULL, view = TRUE,
  topnspecies = 20)

Arguments

data

The data frame.

qc

QC errors, if not provided some tests are done on the provided data.

file

Output file (default is "report.html").

dir

Directory where to store the file (default is rappdirs::user_cache_dir("tryout")).

view

Logical, show the report in a browser after creation (default TRUE).

topnspecies

Integer, number of species ordered by number of records for which you want to do the outlier analysis

Value

Returns the full path to the generated html report.

Examples

1
2
3
4
## Not run: 
report(sharkdata)

## End(Not run)

sharksmhi/tryout documentation built on Dec. 27, 2019, 5:34 a.m.