powered by
Return the sheet names of an rxlsx object, in the order they appear in the workbook.
rxlsx
sheet_names(x)
A character vector of sheet names.
an rxlsx object (created by read_xlsx()).
read_xlsx()
wb <- read_xlsx() sheet_names(wb) wb <- add_sheet(wb, label = "new sheet") sheet_names(wb)
Run the code above in your browser using DataLab