write_excel: write a tibble into an excel file

View source: R/IO.R

write_excelR Documentation

write a tibble into an excel file

Description

write a tibble into an excel file

Usage

write_excel(df, filename, sheetname = NULL, creator = "")

Arguments

df

tibble or a list of tibbles

filename

the output filename

sheetname

the names of sheets. If not given, will use 'sheet1', or the names of list

creator

creator

Value

return status

Examples

# write_excel(mini_diamond, "mini_diamond.xlsx")

baizer documentation built on Oct. 19, 2023, 9:07 a.m.