Skip to contents

[Deprecated]

convertSnapshot() is deprecated and will be removed in a future release. Use loadProjectFromSnapshot() to convert a snapshot to a project, and exportProjectToSnapshot() to convert a project to a snapshot.

Usage

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

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

runSimulations

logical, whether to run simulations during conversion (default = FALSE). Only when converting from snapshot to project.