read_all: Load a full MS Excel File

Description Usage Arguments

View source: R/read_all.R

Description

Given a MS Excel File it loads the full workbook creating as many variables as sheets exists in the workbook.

Usage

1
read_all(filename, environment = parent.frame(), verbose = TRUE)

Arguments

filename

The path and the name to the MS Excel File.

environment

Environment were the new variables will be located. By default is parent environment.

verbose

If set to TRUE usefull messages are shown.


carleshf/loadxls documentation built on Nov. 14, 2020, 9:18 a.m.