Skip to contents

Get all densities from the database

Usage

get_densities(con)

Arguments

con

A database connection

Value

A character vector of all batches in the database

A character vector of all studies in the database

Examples

con <- dbConnect(RSQLite::SQLite(), ":memory:")
#> Error in dbConnect(RSQLite::SQLite(), ":memory:"): could not find function "dbConnect"
get_batches(con)
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'conn' in selecting a method for function 'dbReadTable': object 'con' not found
dbDisconnect(con)
#> Error in dbDisconnect(con): could not find function "dbDisconnect"