Description Usage Arguments See Also
Coloring headers of tables on a EXCEL sheet
1 2 3 4 5 6 7 8 9 10 11 | excelHeadColor(
dataName,
fileName,
header,
headerColor = "#92D050",
fontSize = 11,
fontName = "Yu Gothic",
fontColor = "#000000",
adj = TRUE,
fileEncoding = "CP932"
)
|
dataName |
The name of a csv-file you want to edit with coloring. |
fileName |
The name of a Excel-file you want to save as. |
header |
The character object included in each headers of tables. |
headerColor |
The fore-ground-color of the headers of a data-frame. |
fontSize |
Font-size. |
fontName |
Font-name. |
fontColor |
The color of fonts. |
adj |
Allows you yo adjust shifted statistical test tables. |
fileEncoding |
File-encoding. |
Examples of this function can be found at https://multivariate-statistics.com/2020/07/21/r-programming-excel-coloring/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.