View source: R/open_new_spreadsheet.R
open_new_spreadsheet | R Documentation |
Open system.file(paste0(schemeName, ".xlsx"), package = schemeName)
in excel.
New data can be entered and the file has to be saved at a different location
as it is a read-only file.
open_new_spreadsheet( file = NULL, open = TRUE, keepData = FALSE, format = TRUE, overwrite = FALSE, verbose = FALSE )
file |
if not |
open |
if |
keepData |
if |
format |
if |
overwrite |
if |
verbose |
give verbose progress info. Useful for debugging. |
invisibly the fully qualified path to the file which would have been opened, if open == TRUE
.
## Not run: open_new_spreadsheet(schemeName = "dmdScheme", format = FALSE, verbose = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.