Learn R Programming

HCUPtools (version 1.0.0)

list_trend_table_sheets: List Available Sheets in Trend Table

Description

Lists all available sheets in a HCUP Summary Trend Table Excel file.

Usage

list_trend_table_sheets(file_path)

Value

A character vector of sheet names.

Arguments

file_path

Character string, path to a trend table Excel file (.xlsx).

Examples

Run this code
# \donttest{
sheets <- list_trend_table_sheets("path/to/HCUP_SummaryTrendTables_T2a.xlsx")
print(sheets)
# }

Run the code above in your browser using DataLab