report.loc_date: Generate a missingness report reflecting how dependent...

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

report.loc_dateR Documentation

Generate a missingness report reflecting how dependent missingess is on given location (categorical) and date time (numeric) variables.

Description

Generate a missingness report reflecting how dependent missingess is on given location (categorical) and date time (numeric) variables.

Usage

report.loc_date(
  data,
  human.readable,
  location.var,
  date.var,
  output_pattern = "Location Date reports/LD {human.readable}"
)

Arguments

data

The data set to be reported ob

human.readable

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

location.var

A variable of 'data' that represents a categorical location.

date.var

A variable of 'data' that represents a numeric date time.

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.