How can one load an Excel file to R with all its tab names? I am using the readxl
package currently for reading Excel but can't figure out how to save its tab names? E.g.,
abc = read_excel("Saudi Diapers.xlsx", 1, col_names = T)
Here I have specified sheet no. 1 to be read by R, but how to retrieve its name also?