list_sheetnames: List the names of all sheets within given files

View source: R/list_sheetnames.R

list_sheetnamesR Documentation

List the names of all sheets within given files

Description

Note: this function was previously list.sheetnames()

Usage

list_sheetnames(data_folder, files, reg_ex = NULL)

list.sheetnames(data_folder, files, reg_ex = NULL)

Arguments

data_folder

A string pointing to the parent path

files

A vector of filenames that will be pasted to the parent path

reg_ex

A regular expression to select sheets using

See Also

Other readin functions: read_excelsheet(), read_header(), read_multsheets(), read_ods_multsheets(), read_sheets()


IdahoAgStats/facthelpeR documentation built on Jan. 29, 2024, 9:22 a.m.