Function mzsignal::text::arrays_to_file

source ยท
pub fn arrays_to_file<P: AsRef<Path>>(
    arrays: ArrayPair<'_>,
    path: P
) -> Result<()>
Expand description

A helper function to write an ArrayPair to a file on disk as plain text The written format is a tab-separated file denoting an m/z intensity pair, with one pair per line. See arrays_to_writer