writeMZQC: Writes a full mzQC object to disk.

View source: R/io.R

writeMZQCR Documentation

Writes a full mzQC object to disk.

Description

You can in theory also provide any mzQC subelement, but the resulting mzQC file will not validate since its incomplete.

Usage

writeMZQC(filepath, mzqc_obj)

Arguments

filepath

A filename (with optional path) to write to.

mzqc_obj

An MzQCmzQC root object, which is serialized to JSON and then written to disk

Details

The filename should have '.mzQC' (case sensitive) as suffix. There will be a warning otherwise.


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