read_sheet: Load a single sheet of MS Excel File

Description Usage Arguments

View source: R/read_sheet.R

Description

Given a MS Excel File and the name of a sheet it loads the sheet contentent as variables.

Usage

1
2
read_sheet(filename, sheetname, varname, environment = parent.frame(),
  verbose = TRUE)

Arguments

filename

The path and the name to the MS Excel File.

sheetname

Name of the sheet to be loaded.

varname

If not missing, is the name of the new variable filled with the content of the specified sheet.

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.