sheet_select | R Documentation |
Set a particular sheet selected when workbook will be edited.
sheet_select(x, sheet)
x |
rxlsx object |
sheet |
sheet name |
my_ws <- read_xlsx()
my_pres <- add_sheet(my_ws, label = "new sheet")
my_pres <- sheet_select(my_ws, sheet = "new sheet")
print(my_ws, target = tempfile(fileext = ".xlsx") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.