Skip to contents

Write a QWAmetadata object to a JSON file

Usage

write_QWAmetadata(x, file, compress = FALSE, overwrite = TRUE)

Arguments

x

A QWAmetadata object.

file

Path to the output file.

compress

If TRUE, write compressed .gz file. (default FALSE).

overwrite

Allow to overwrite existing files? (default TRUE).

Value

The output file path, invisibly.