sheets {iNZightTools} | R Documentation |
List available sheets within a file
Description
Useful when reading an Excel file to quickly check what other sheets are available.
Usage
sheets(x)
Arguments
x |
a dataframe, presumably returned by |
Value
vector of sheet names, or NULL if the file was not an Excel workbook
Author(s)
Tom Elliott
Examples
cas_file <- system.file("extdata/cas500.xls", package = "iNZightTools")
cas <- smart_read(cas_file)
sheets(cas)
[Package iNZightTools version 2.0.1 Index]