Description Usage Arguments Value Author(s) See Also Examples
Create a new Workbook object
1 | createWorkbook(creator = Sys.getenv("USERNAME"))
|
creator |
Creator of the workbook (your name). Defaults to login username |
Workbook object
Alexander Walker
1 2 3 4 5 | ## Create a new workbook
wb <- createWorkbook()
## Save workbook to working directory
saveWorkbook(wb, file = "createWorkbookExample.xlsx", overwrite = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.