Print styled code
# S3 method for vertical
print(
x,
...,
colored = getOption("styler.colored_print.vertical"),
style = prettycode::default_style()
)
A character vector, one element corresponds to one line of code.
Not currently used.
Whether or not the output should be colored with
prettycode::highlight()
.
Passed to prettycode::highlight()
.