write_data_and_styles_to_wb: Write the styles and data contained in tab object to the...

Description Usage Arguments Examples

Description

Write the styles and data contained in tab object to the workbook at tab$wb. This is useful if the user has prepared a tab object, e.g. using auto_crosstab_to_tab maybe performed some customisation, and now needs to write out to the workbook

Usage

1

Arguments

tab

a table object

Examples

1
2
3
crosstab <- read.csv(system.file("extdata", "example_crosstab.csv", package="xltabr"))
tab <- auto_crosstab_to_tab(crosstab)
tab <- write_data_and_styles_to_wb(tab)

xltabr documentation built on May 2, 2019, 9:11 a.m.