Learn R Programming

vvmover (version 1.6.0)

read_excel_allsheets: Read Excel Allsheets

Description

Read in all sheets in an Excel file.

Usage

read_excel_allsheets(filename)

Value

Dataframe

Arguments

filename

Name of Excel file

Examples

Run this code
read_excel_allsheets(readxl::readxl_example("clippy.xls"))

Run the code above in your browser using DataLab