write_wb.list: Write an object of class 'list' to excel

Description Usage Arguments

View source: R/write_wb.R

Description

Write an object of class list to excel

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'list'
write_wb(
  r_data,
  clear_sheet = TRUE,
  wb = NULL,
  wb_dir = NULL,
  save_wb = FALSE,
  ...
)

Arguments

r_data

an object of class list

clear_sheet

logical indicating whether you'd like to clear the contents of the destination sheet before writing - default TRUE

wb

workbook object - default NULL

wb_dir

string indicating the workbook's directory

save_wb

logical indicating whether workbook should be saved

...

arguments for other methods


ces0491/excelsioR documentation built on July 19, 2021, 8:47 a.m.