write_formatted_excel | R Documentation |
This function provide excel file as REACH format
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
)
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) |
Nicely formatted excel file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.