Read CCTV inspection data from multiple files coded according to EN13508-2
readEuCodedFiles(input.files, dbg = TRUE, append.file.names = TRUE, ...)
input.files | vector of character paths to input files |
---|---|
dbg | if |
append.file.names | if TRUE (default) the filename will be provided in
column |
… | arguments passed to |
list of sublists each of which is the result of a call to
readEuCodedFile
. The names of the list elements are
constructed from the file names of the input files. Special characters
in the file names are replaced with underscore. Names will get a preceding
letter "x" if they start with a digit or with underscore. If files could
not be read correctly, their indices are returnded in attribute
which_failed
.