read_xl: Read an Excel file

Description Usage Arguments Value

View source: R/read_xl.R

Description

This function loads a table from an Excel file.

Usage

1
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.


concatipede documentation built on Aug. 7, 2021, 1:05 a.m.