View source: R/print.quantiles_report.R
print.quantiles_report | R Documentation |
A custom print method for the 'quantiles_report' class
## S3 method for class 'quantiles_report'
print(x, ...)
x |
A data frame of the class 'quantiles_report'. |
... |
Other argument that can be passed to 'print'. |
The function displays the content of the column 'report' in separate lines.
if (FALSE) {
library(phdcocktail)
summary_data <- report_quantiles(mtcars, summary_vrs = "mpg")
print(summary_data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.