powered by
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)
A character. The style of printing. The default is mosaic. It should be one of the mosaic, ribbon, or m, r
mosaic
ribbon
m
r
A integer. The length of color mosaic. The default value is 3.
# \donttest{ pick_color(type = "mosaic", blank.len = 3) pick_color(type = "ribbon", blank.len = 3) # }
Run the code above in your browser using DataLab