Low level access to Aedes CAVE annotation infrastructure
Value
A reticulate object wrapping the Python CAVEclient.
Examples
if (FALSE) { # \dontrun{
acc <- aedes_cave_client()
#
acc$annotation$get_tables()
# summary of materialisations
acc$materialize$get_versions_metadata() %>% dplyr::bind_rows()
} # }