plan <- col_style_plan(
col_style_structure(col = "my_var", align = "left", width = 100),
col_style_structure(col = vars(four), align = "right"),
col_style_structure(col = vars(two, three), align = c(".", ",", " "))
)
Run the code above in your browser using DataLab