scorex_to_xl: Scorex to Excel

Description Usage Arguments

View source: R/to_excel.R

Description

Output a Scorex object to Excel

Usage

1
2
scorex_to_xl(x, row = 1, col = 1, wb = NULL, sheet = NULL,
  open = TRUE)

Arguments

x

An object of class scorex

row

The row to start writing the tables to. Default is set to 1.

col

The column to start writing the tables to. Default is set to 1.

wb

A workbook object created with createWorkbook. If no is workbook provided one will be created.

sheet

A workbook worksheet name created with addWorksheet. If no worksheet name is provided, a worksheet will be created.

open

Should the workbook updated with the dual score tables be opened? Default is set to TRUE.


jinlow/scorex documentation built on Dec. 18, 2019, 4:39 a.m.