add_sheet | R Documentation |
Add a sheet into an xlsx worksheet.
add_sheet(x, label)
x |
rxlsx object |
label |
sheet label |
my_ws <- read_xlsx()
my_pres <- add_sheet(my_ws, label = "new sheet")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.