Skip to contents

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