Learn R Programming

manydata (version 1.0.1)

describe: Data reports for datacubes and datasets with 'mdate' variables

Description

These functions provide meta level descriptions of datacubes or datasets. mreport() creates a properly formatted data report for datasets which contain 'mdate' class objects, alongside other object classes. describe_datacube() prints a text description of the datasets in a datacube.

Usage

mreport(data)

describe_datacube(datacube)

Value

A data report of class 'mreport'.

Arguments

data

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

datacube

A datacube

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.

Examples

Run this code
mreport(emperors)

Run the code above in your browser using DataLab