This function takes in an object of class 'dataRes' and returns a data frame displaying a combination of metrics. The six summarizing metrics include, mean, standard deviation, median, percent observed, minimum, and maximum.
report_dataRes(dataRes, minmax = FALSE, digits = 2)
prints a data frame
an object of the class 'dataRes', created by
edata_summary
.
logical specifying whether or not to include minimum and maximum data in the returned data frame. Defaults to FALSE.
integer indicating the number of decimal places to round
When creating the 'dataRes' object via edata_summary
,
if the 'by' argument is set to 'sample', then the 'groupvar' argument must
be NULL