# Example usage
tbl <- RastaRocket::desc_var(iris,
table_title = "test",
group = TRUE,
var_group = "Species")
formatted_tbl <- custom_format(tbl,
align = "center",
column_size = list(label ~ gt::pct(50)))
formatted_tbl
Run the code above in your browser using DataLab