print.vlkr_rprt | R Documentation |
Printing method for volker reports
## S3 method for class 'vlkr_rprt'
print(x, ...)
x |
The volker report object. |
... |
Further parameters passed to print. |
No return value.
library(volker)
data <- volker::chatgpt
rp <- report_metrics(data, sd_age)
print(rp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.