View source: R/print_color_vctr.R
format method for color_vctror
format color_vctr vector printing to console
1 2 3 4 5 6 7 8 9 10 | ## S3 method for class 'color_vctr'
format(x, ..., method = print_method())
format_console_vctr_print(
x,
formatted_x,
...,
console_width = options()$width,
space = " "
)
|
x |
color_vctr to be printed |
... |
additional parameters passed to 'format' |
method |
The output type to print to. Defaults to one of: "console","latex","html". |
formatted_x |
formatted color_vctr for printing |
console_width |
define nchar wide to print. Default to detecting width |
space |
the defined spacer between elements. defaults to " ". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.