Simply highlight the text in the Source panel and the colors used in the specific object will be output in the console
pick_color(type = "mosaic", blank.len = 3)
type | A character. The style of printing. The default is |
---|---|
blank.len | A integer. The length of color mosaic. The default value is 3. |
# \donttest{ pick_color(type = "mosaic", blank.len = 3)#> NULLpick_color(type = "ribbon", blank.len = 3)#> NULL# }