ez.savexlist: Save multiple data frames to multiple sheets individually

View source: R/io.R

ez.savexlistR Documentation

Save multiple data frames to multiple sheets individually

Description

Save multiple data frames to multiple sheets individually

Usage

ez.savexlist(
  xlist,
  file = "RData.xlsx",
  withFilter = TRUE,
  rowNames = TRUE,
  colNames = TRUE,
  ...
)

ez.writexlist(
  xlist,
  file = "RData.xlsx",
  withFilter = TRUE,
  rowNames = TRUE,
  colNames = TRUE,
  ...
)

Arguments

xlist

a list of data frames. eg, list(sheetA=df1,sheetB=df2) where sheetA/B become sheet names; list(df1,df2) where it auto names Sheet1/2
Other parameters in writeData

Value

returns file path


jerryzhujian9/ezmisc documentation built on March 9, 2024, 12:44 a.m.