Skip to contents

Export all per-user memory records to a JSON file

Usage

export_memory(path)

Arguments

path

Destination file path.

Value

Invisibly path.

Examples

if (FALSE) { # \dontrun{
export_memory(tempfile(fileext = ".json"))
} # }