write_wb.zoo: Write an object of class 'zoo' or 'xts' to excel

Description Usage Arguments

View source: R/write_wb.R

Description

Write an object of class zoo or xts to excel

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'zoo'
write_wb(
  r_data,
  sheet_name,
  paste_coord = "A1",
  clear_sheet = TRUE,
  wb = NULL,
  wb_dir = NULL,
  save_wb = FALSE,
  ...
)

Arguments

r_data

an object of class zoo

sheet_name

a string indicating the name of the sheet to write to

paste_coord

string indicating the coordinates of the top left cell you wish to write data to - default "A1"

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.