validateFromFile function

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

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

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

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

Returns

TRUE/FALSE if validation was successful/failed

  • Maintainer: Chris Bielow
  • License: MIT + file LICENSE
  • Last published: 2025-03-23