read_Neubrandenburg_Data: Join Data from Multiple Excel Files

View source: R/neubrandenburg.R

read_Neubrandenburg_DataR Documentation

Join Data from Multiple Excel Files

Description

Join Data from Multiple Excel Files

Usage

read_Neubrandenburg_Data(
  xls.dir,
  area.Gruendach.m2,
  area.Kiesdach.m2,
  pattern = "\\.xlsx$"
)

Arguments

xls.dir

path to directory containing Excel files to be read

area.Gruendach.m2

area of green roof in square metres. Used to convert between litres and litres per square metres (mm) as given in the result data frame

area.Kiesdach.m2

area of pebble roof in square metres. Used to convert between litres and litres per square metres (mm) as given in the result data frame

pattern

pattern matching the names of files in xls.dir to be imported


KWB-R/kwb.read documentation built on Oct. 2, 2023, 10:40 a.m.