mergeInspectionData: Merge Inspection Data

View source: R/readAndMergeEuCodedFiles.R

mergeInspectionDataR Documentation

Merge Inspection Data

Description

Merge inspections and observations provided in a list

Usage

mergeInspectionData(x, warn = FALSE, naToEmpty = TRUE)

Arguments

x

list of elements each of which represents inspection data read from an EN13508.2-encoded file by means of readEuCodedFile.

warn

logical indicating whether to warn about different header information. By default, warnings are not shown.

naToEmpty

logical indicating whether or not to replace NA with an empty string constant "" in all columns of type character. The default is TRUE.

Value

list with elements header.info, inspections, observations.


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