Description Usage Arguments Value Examples
Extract Excel sheet names allowing regular expression for matching.
1 | ExtractSheetNames(path, pattern = "")
|
path |
A character scalar of full path name of the excel sheet. |
pattern |
An optional regular expression. Only sheet names matching the pattern will be returned. If not specified, all sheets are returned. |
A character vector of sheet names matching the regular expression
1 | ## Not run: FindSheet('path/to/xlsx', '^a-l')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.