excelHeadColor: Coloring headers of tables on a EXCEL sheet

Description Usage Arguments See Also

View source: R/UsagiSan.R

Description

Coloring headers of tables on a EXCEL sheet

Usage

 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"
)

Arguments

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.

See Also

Examples of this function can be found at https://multivariate-statistics.com/2020/07/21/r-programming-excel-coloring/


usagi-san-dayo/UsagiSan documentation built on Dec. 29, 2021, 10:17 p.m.