xl_write: Write data to region

Description Usage Arguments

Description

Write data to region

Usage

1
2
xl_write(wb, data, sheet, region, where = "$A$1", overwrite = TRUE,
  header = TRUE, rownames = NULL)

Arguments

wb

XLConnect workbook

data

data.frame

sheet

'character' sheet to write in

region

'character' excel region to name

where

'character' excel location formula

overwrite

'logical' overwrite region name?

header

'logical' write header?

rownames

Name (character) of column to use for the row names of the provided data object. If specified, the row names of the data object (data.frame) will be included as an additional column with the specified name. If rownames = NULL (default), no row names will be included. May also be a list in case multiple data objects are written in one call (see below).


mattdelhey/mdutils documentation built on May 21, 2019, 12:57 p.m.