xlsx_color_standard {tidyxl} | R Documentation |
Names and RGB values of Excel standard colours
Description
A dataset containing the names and RGB colour values of Excel's standard palette.
Usage
xlsx_color_standard
xlsx_colour_standard
Format
A data frame with 10 rows and 2 variables:
-
name
Name of the colour -
rgb
RGB value of the colour
An object of class tbl_df
(inherits from tbl
, data.frame
) with 10 rows and 2 columns.
[Package tidyxl version 1.0.10 Index]