Writes the manifest to a file in the requested format. Call at the end of an analysis script; commit the manifest alongside the paper for full reproducibility.
Usage
ato_manifest_write(path, format = c("auto", "csv", "yaml", "json"))See also
Other reproducibility:
ato_deposit_zenodo(),
ato_manifest(),
ato_manifest_clear(),
ato_sha256(),
ato_snapshot()
Examples
# \donttest{
p <- tempfile(fileext = ".csv")
ato_manifest_clear()
ato_manifest_write(p)
# }