write_formatted_excel: This function provide excel file as REACH format

write_formatted_excelR Documentation

This function provide excel file as REACH format

Description

This function provide excel file as REACH format

Usage

write_formatted_excel(
  write_list,
  output_path,
  cols_for_color = NULL,
  header_front_size = 12,
  header_front_color = "#FFFFFF",
  header_fill_color = "#ee5859",
  header_front = "Arial Narrow",
  body_front = "Arial Narrow",
  body_front_size = 11
)

Arguments

write_list

a list file (can be compile with single or multiple dataframe)

output_path

Path for output file

cols_for_color

Column name in the dataframe which should be use for colorizing the cell. The default is null.

header_front_color

hexcode for header front color (default is white)

header_fill_color

hexcode for header fill color (default is Red)

header_front

Define the name of the front for header (default is Arial Narrow)

body_front

Define the name of the front for body (default is Arial Narrow)

Value

Nicely formatted excel file


mhkhan27/illuminate documentation built on March 25, 2023, 5:41 p.m.