Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Reading from a file
Reading from an Excel file
11. List Excel's sheets
Summary

Instruction

Nice! But what if a file has more than one sheet? We can list all sheets in a file using excel_sheets():

excel_sheets("data/iron_baron_mines.xlsx")

This will return a vector with the names of all sheets in the Excel file.

Exercise

List all the sheets in the data/mount_venture_company.xlsx file.