Skip to contents

Export collection to JSON file

Usage

vdb_export(db, path)

Arguments

db

Vectrix object or collection name

path

Output file path

Value

Logical success

Examples

if (FALSE) { # \dontrun{
vdb_export(db, "backup.json")
} # }