sheets | R Documentation |
Useful when reading an Excel file to quickly check what other sheets are available.
sheets(x)
x |
a dataframe, presumably returned by |
vector of sheet names, or NULL if the file was not an Excel workbook
Tom Elliott
cas_file <- system.file("extdata/cas500.xls", package = "iNZightTools")
cas <- smart_read(cas_file)
sheets(cas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.