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