View source: R/class-workbook-wrappers.R
| wb_open | R Documentation |
wb_open() provides a convenient interface to immediately view the contents
of a wbWorkbook object within a spreadsheet application. This function
serves as a high-level wrapper for xl_open(), allowing users to inspect
the results of programmatic workbook construction without explicitly
managing file paths.
wb_open(wb, interactive = NA, flush = FALSE)
wb |
A wbWorkbook object to be previewed. |
interactive |
Logical; determines if the file should be opened. When
|
flush |
Logical; if |
The function operates by creating a temporary copy of the workbook on the
local file system and subsequently invoking the system's default handler
or a specified spreadsheet application. For users utilizing the R6
interface, wb$open() is available as a shorter alias for this function.
The wbWorkbook object, invisibly.
xl_open(), wb_save()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.