Write the session manifest to a file
Usage
cer_manifest_write(path, format = c("auto", "csv", "yaml", "json"))See also
Other reproducibility:
cer_cite(),
cer_deposit_zenodo(),
cer_legislative_instrument(),
cer_manifest(),
cer_manifest_clear(),
cer_sha256(),
cer_snapshot()
Examples
# \donttest{
p <- tempfile(fileext = ".csv")
cer_manifest_clear()
cer_manifest_write(p)
# }