update_xlsx: Update xlsx workbook with a dataframe. A new spreadsheet can...

Description Usage Arguments Value Examples

View source: R/read_write.R

Description

Update xlsx workbook with a dataframe. A new spreadsheet can be created or updated.

Usage

1
update_xlsx(df, file, sheet)

Arguments

df

The dataframe to be added to the workbook.

file

A characater string with the location of the xlsx file.

sheet

A characater string with the name of the sheet to be created/updated.

Value

Boolen value indicating if updating of the file was successful

Examples

1
update_xlsx(df,wb,sheet)

neale-eldash/pd documentation built on June 26, 2021, 10:47 a.m.