Skip to contents

Convert between snapshot and project formats

Usage

convertSnapshot(..., format, output = ".")

Arguments

...

character strings, path to files or a directory containing files to convert

format,

character string, target format either "snapshot" or "project".

output

character string, path to the output directory where to write the converted files

Examples

if (FALSE) { # \dontrun{
convertSnapshot("path/to/snapshot.json", format = "project")
convertSnapshot("path/to/project.pksim5", format = "snapshot")
} # }