open_as_tmp_spreadsheet | R Documentation |
Writes an R object – usually tabular data like a dataframe or tibble – to a temporary spreadsheet and subsequently opens that
spreadsheet in the system's default application using xopen::xopen()
. The latter is usually equivalent to double-clicking on the file in a file browser.
open_as_tmp_spreadsheet(x, format = c("csv", "xlsx"), ..., quiet = TRUE)
x |
A dataframe or something coercible to. |
format |
The spreadsheet format to use. One of
|
... |
Further arguments passed on to |
quiet |
Whether or not to echo the command to open the temporary spreadsheet on the console before running it. |
x
invisibly.
Other data frame / tibble functions:
show_diff()
## Not run:
yay::open_as_tmp_spreadsheet(mtcars,
format = "xlsx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.