make_excel_wb {presenter} | R Documentation |
create excel wb
Description
create excel wb
Usage
make_excel_wb(
wb = NULL,
object,
last_id_col = NULL,
header_word = NULL,
widths = 13,
random_color_seed = 1
)
Arguments
wb |
wb |
object |
object |
last_id_col |
index of last id col |
header_word |
character vector of header words |
widths |
col widths |
random_color_seed |
seed for random color scheme |
Value
excel wb object
[Package presenter version 0.1.2 Index]