powered by
Lists all available sheets in a HCUP Summary Trend Table Excel file.
list_trend_table_sheets(file_path)
A character vector of sheet names.
Character string, path to a trend table Excel file (.xlsx).
# \donttest{ sheets <- list_trend_table_sheets("path/to/HCUP_SummaryTrendTables_T2a.xlsx") print(sheets) # }
Run the code above in your browser using DataLab