ps_load_excel: Load Excel sheets

View source: R/load-excel.R

ps_load_excelR Documentation

Load Excel sheets

Description

Loads all excel sheets in a workbook as data.frames into specified environment.

Usage

ps_load_excel(file = ".", rename = identity, envir = parent.frame())

Arguments

file

A string of the path to the file.

rename

A function that is used to rename files (after removing extension .csv) before they are passed to make.names.

envir

The environment to assign the data frames.

Value

An invisible character vector of the sheet names.


poissonconsulting/poisdata documentation built on Jan. 11, 2024, 3:58 a.m.