read_winmodel_sheet: Import WinModel Model Results From a xlsb Sheet

Description Usage Arguments Value Author(s)

View source: R/read_winmodel_sheet.R

Description

Import WinModel model results into R from a single worksheet in an xlsb workbook

Usage

1
2
read_winmodel_sheet(sheet, wb, data.top.cell = "A10",
  header.top.cell = "B4", key = "rchres")

Arguments

sheet

name of the sheet to load data from

wb

path and workbook name of the WinModel-generated xlsb file

data.top.cell

top left cell location where the WinModel model results start (in terms of "letter-number")

header.top.cell

top left cell location where the WinModel header information starts (in terms of "letter-number")

key

char, used to determine the name of the key column used by tidyr::gather

Value

Returns a data.frame

Author(s)

Julie Padilla


LimnoTech/limnotools documentation built on May 17, 2019, 9:10 a.m.