validateFromFile: Syntactically validates an mzQC document which is present as...

View source: R/validator.R

validateFromFileR Documentation

Syntactically validates an mzQC document which is present as a file.

Description

The returned TRUE/FALSE has additional attributes in case of errors. Use attributes(result) to access them.

Usage

validateFromFile(filepath, verbose = TRUE)

Arguments

filepath

A path to a file (e.g. "c:/my.mzQC", or "test.mzQC")

verbose

Show extra information if validation fails

Value

TRUE/FALSE if validation was successful/failed


rmzqc documentation built on May 29, 2024, 12:06 p.m.