wtx | R Documentation |
create a temp xlsx file with autofilter from a data.frame and open it in excel
wtx(x, path = dirname(tempfile()), fn = NULL, sheet = NULL, open_file = TRUE)
x |
a data.frame to open in excel |
path |
folder path where the file will be saved (default = temp folder) |
fn |
file name (default = sheet name) |
sheet |
sheet name (default = variable name) |
open_file |
TRUE/FALSE to open EXCEL after writing file |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.