report.missing: Generate a general report of missingness for a data set.

View source: R/reports.R View source: R/hello.R

report.missingR Documentation

Generate a general report of missingness for a data set.

Description

Generate a general report of missingness for a data set.

Usage

report.missing(
  data,
  human.readable,
  output_pattern = "missing_Reports/Missing {human.readable}.html"
)

Arguments

data

The data set to be reported ob

human.readable

A string representative of the data set to be used in the report.

output_pattern

A string to determine export location. NB: string is parsed via 'glue' hence code chunks can be included.


Stat-Cook/Data.Quality.Reports documentation built on May 4, 2022, 2:21 p.m.