wb_open: Preview a workbook in a spreadsheet software

View source: R/class-workbook-wrappers.R

wb_openR Documentation

Preview a workbook in a spreadsheet software

Description

You can also use the shorter wb$open() as a replacement. To open xlsx files, see xl_open().

Usage

wb_open(wb, interactive = NA, flush = FALSE)

Arguments

wb

a wbWorkbook object

interactive

If FALSE will throw a warning and not open the path. This can be manually set to TRUE, otherwise when NA (default) uses the value returned from base::interactive()

flush

if the flush option should be used


openxlsx2 documentation built on Jan. 16, 2026, 5:06 p.m.