View source: R/tibble_as_cli.R
tibble_as_cli | R Documentation |
Print a tibble or data frame using cli styling and formatting.
tibble_as_cli(x, na_value = "", label = list(), padding = 3L)
x |
( |
na_value |
( |
label |
(named |
padding |
( |
trial[1:3, ] |>
dplyr::mutate_all(as.character) |>
gtsummary:::tibble_as_cli()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.