initialise: Create a new xltabr object for cross tabulation

Description Usage Arguments Value Examples

Description

Create a new xltabr object for cross tabulation

Usage

1
2
initialise(wb = NULL, ws_name = NULL, topleft_row = 1, topleft_col = 1,
  insert_below_tab = NULL)

Arguments

wb

An openxlsx workbook object to write to. If null, a new one will be created

ws_name

The worksheet to write to. If null, Sheet1 will be used

topleft_row

Specifies the row where the table begins in the worksheet

topleft_col

Specifies the column where the table begins in the worksheet

insert_below_tab

If given, the new tab will be inserted immediately below this one

Value

A list which contains the dataframe

Examples

1
tab <- initialise()

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

Related to initialise in xltabr...