readMWRacc {MassWateR}R Documentation

Read data quality objectives for accuracy from an external file

Description

Read data quality objectives for accuracy from an external file

Usage

readMWRacc(accpth, runchk = TRUE, warn = TRUE)

Arguments

accpth

character string of path to the data quality objectives file for accuracy

runchk

logical to run data checks with checkMWRacc

warn

logical to return warnings to the console (default)

Details

Data are imported with read_excel and checked with checkMWRacc.

Value

A formatted data frame of data quality objectives for completeness that can be used for downstream analysis

Examples

accpth <- system.file('extdata/ExampleDQOAccuracy.xlsx', package = 'MassWateR')

accdat <- readMWRacc(accpth)
head(accdat)

[Package MassWateR version 2.1.4 Index]