Skip to contents

This function does not work! The intension was to get the full path to an MS Access database file by filtering for certain criteria (owner, kind of data, quality level (raw, valid, calibrated) and time resolution)...

Usage

miadir(
  owner = NA,
  kind = NA,
  quaLevel = NA,
  resol = NA,
  DS = kwb.misc::hsDirStructure(dbg = dbg),
  depth = 1,
  dbg = FALSE
)

Arguments

owner

data owner

kind

kind of data (hydraulic, quality, rain)

quaLevel

quality level (raw, validated, calibrated)

resol

resolution

DS

directory structure

depth

depth

dbg

whether to show debug messages or not