Skip to contents

List all VectrixDB collections in the data directory

Usage

vdb_list(data_dir = NULL)

Arguments

data_dir

Data directory path

Value

Character vector of collection names

Examples

if (FALSE) { # \dontrun{
vdb_list()
} # }