Skip to contents

Free of charge. Mirrors metadata.list_schemas. Which schemas exist is a property of the dataset, so this is the authoritative list rather than db_schemas().

Usage

db_list_schemas(dataset)

Arguments

dataset

Dataset code, e.g. "GLBX.MDP3".

Value

A character vector of schema names, e.g. "ohlcv-1m".

Examples

if (FALSE) { # \dontrun{
db_list_schemas("GLBX.MDP3")
} # }