add_custom_table: Helper function to add a data frame to a sheet and styles it.

Description Usage Arguments

View source: R/add_custom_cell.R

Description

It encapsulates writeData, addStyle and createStyle from the openxlsx package.

Usage

1
add_custom_table(wb, sheet, table, start_row, start_column, date = FALSE)

Arguments

wb

a workbook

sheet

a sheet in the workbook,

table

the table to be added,

start_row

a numeric value for the starting row,

start_column

a numeric value for the starting column,

date

logical. Is the first column of type date?


MathieuMarauri/auditdata documentation built on March 6, 2020, 7:09 p.m.