write_sheet: Write single object to a MS Excel File

Description Usage Arguments

View source: R/write_sheet.R

Description

Given a single data.frame, it saves it as sheet in a MS Excel File.

Usage

1
2
write_sheet(data, sheetname, filename, include.rownames = FALSE,
  replace = FALSE, verbose = TRUE)

Arguments

data

data.frame to be saved as sheet in a MS Excel File.

sheetname

Name to be given to the sheet.

filename

The path and the name to the MS Excel File.

include.rownames

If set to TRUE adds the data.frame's rownames as a new column in the sheet.

replace

If set to TRUE it replaces the content of the given sheet with the current value of data.

verbose

If set to TRUE usefull messages are shown.


carleshf/loadxls documentation built on Nov. 14, 2020, 9:18 a.m.