read_xl: Read an Excel file

View source: R/read_xl.R

read_xlR Documentation

Read an Excel file

Description

This function loads a table from an Excel file.

Usage

read_xl(path, sheet = 1)

Arguments

path

The path to the Excel file to read.

sheet

Optional, the sheet to read (either a string with the name of the sheet or an integer with its position). Default: 1.

Value

A tibble.


tardipede/concatipede documentation built on April 15, 2022, 6:25 p.m.