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.