load_excel: Load an Excel sheet from a workbook

View source: R/load_excel.R

load_excelR Documentation

Load an Excel sheet from a workbook

Description

Load an Excel sheet from a workbook

Usage

load_excel(obj)

Arguments

obj

A domain object.

Details

Reads a file in xls or xlsx format and casts it as a tbl_df (dplyr) object. It must be passed a valid domain object, that may also contain an xlSettings object. For full description of xlSettings options see the arguments list for read_excel

Value

A tbl_df object containing the loaded data


qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.