Skip to contents

Write the session manifest to a file

Usage

cer_manifest_write(path, format = c("auto", "csv", "yaml", "json"))

Arguments

path

Output file path. Extension determines format when format = "auto".

format

One of "auto", "csv", "yaml", "json".

Value

Invisibly, the absolute path written.

Examples

# \donttest{
p <- tempfile(fileext = ".csv")
cer_manifest_clear()
cer_manifest_write(p)
# }