mreport: Data report for datasets with 'mdate' variables

View source: R/report.R

mreportR Documentation

Data report for datasets with 'mdate' variables

Description

Create a properly formatted data report for datasets which contain 'mdate' class objects, alongside other object classes.

Usage

mreport(data)

Arguments

data

A {tibble} or a {data.frame}.

Details

'mreport' displays the variable's name, the variable type, the number of observations per variable, the number of missing observations for variable, and the percentage of missing observations in variable.

Value

A data report of class 'mreport'.

Examples

mreport(battles)

messydates documentation built on Jan. 22, 2023, 1:36 a.m.