print.quantiles_report: A custom print method for the 'quantiles_report' class

View source: R/print.quantiles_report.R

print.quantiles_reportR Documentation

A custom print method for the 'quantiles_report' class

Description

A custom print method for the 'quantiles_report' class

Usage

## S3 method for class 'quantiles_report'
print(x, ...)

Arguments

x

A data frame of the class 'quantiles_report'.

...

Other argument that can be passed to 'print'.

Value

The function displays the content of the column 'report' in separate lines.

Examples


if (FALSE) {
library(phdcocktail)
summary_data <- report_quantiles(mtcars, summary_vrs = "mpg")
print(summary_data)
  }



phdcocktail documentation built on May 29, 2024, 7:12 a.m.