| sheet_names | R Documentation |
Return the sheet names of an rxlsx object, in the
order they appear in the workbook.
sheet_names(x)
x |
an rxlsx object (created by |
A character vector of sheet names.
wb <- read_xlsx()
sheet_names(wb)
wb <- add_sheet(wb, label = "new sheet")
sheet_names(wb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.