ExtractSheetNames: Extract Excel Sheet Names

Description Usage Arguments Value Examples

Description

Extract Excel sheet names allowing regular expression for matching.

Usage

1

Arguments

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.

Value

A character vector of sheet names matching the regular expression

Examples

1
## Not run: FindSheet('path/to/xlsx', '^a-l')

Mamie/mwang documentation built on May 14, 2019, 7:15 p.m.