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