Skip to contents

Low level access to banc's CAVE annotation infrastructure

Usage

banc_cave_client()

Value

A reticulate R object wrapping the python CAVEclient.

Examples

if (FALSE) { # \dontrun{
fcc=banc_cave_client()
tables=fcc$annotation$get_tables()
fcc$materialize$get_table_metadata(tables[1])
} # }