Learn R Programming

VectrixDB (version 1.1.2)

vdb_export: Export Collection

Description

Export collection to JSON file

Usage

vdb_export(db, path)

Value

Logical success

Arguments

db

Vectrix object or collection name

path

Output file path

Examples

Run this code
if (FALSE) {
vdb_export(db, "backup.json")
}

Run the code above in your browser using DataLab