wb_to_xl: Save an openxlsx workbook in an excel format quickly

View source: R/io.R

wb_to_xlR Documentation

Save an openxlsx workbook in an excel format quickly

Description

Save an openxlsx workbook in an excel format quickly

Usage

wb_to_xl(wb, file = NULL)

Arguments

wb

openxlsx workbook

file

xls destination file

Examples

## Not run: 
wb = openxlsx::createWorkbook()
add_to_wb(wb = wb, sheet = 'Indometh', x = Indometh)
wb_to_xl(wb = wb, file = '/tmp/wb_to_xl.xls')

## End(Not run)

lbraglia/lbmisc documentation built on June 14, 2025, 6:44 p.m.