readEuCodedFiles: Read Multiple CCTV Inspection Files

View source: R/readEuCodedFiles.R

readEuCodedFilesR Documentation

Read Multiple CCTV Inspection Files

Description

Read CCTV inspection data from multiple files coded according to EN13508-2

Usage

readEuCodedFiles(input.files, dbg = TRUE, append.file.names = TRUE, ...)

Arguments

input.files

vector of character paths to input files

dbg

if TRUE debug messages are shown

append.file.names

if TRUE (default) the filename will be provided in column file in the inspections element of the result list

...

arguments passed to readEuCodedFile, such as read.inspections, simple.algorithm, warn, see there.

Value

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.


KWB-R/kwb.en13508.2 documentation built on April 3, 2024, 9:47 a.m.