print.vlkr_list {volker} | R Documentation |
Printing method for volker lists
Description
Printing method for volker lists
Usage
## S3 method for class 'vlkr_list'
print(x, ...)
Arguments
x |
The volker list. |
... |
Further parameters passed to print. |
Value
No return value.
Examples
library(volker)
data <- volker::chatgpt
rp <- report_metrics(data, sd_age, sd_gender, effect = TRUE)
print(rp)
[Package volker version 2.0.1 Index]