powered by
Useful when reading an Excel file to quickly check what other sheets are available.
sheets(x)
vector of sheet names, or NULL if the file was not an Excel workbook
a dataframe, presumably returned by smart_read
smart_read
Tom Elliott
cas_file <- system.file("extdata/cas500.xls", package = "iNZightTools") cas <- smart_read(cas_file) sheets(cas)
Run the code above in your browser using DataLab