Get the location of the OmicIDX DuckDB database file.
Source:R/duckdb_connection.R
get_omicidx_duckdb_location.RdThis function returns the URL of the OmicIDX DuckDB database file. You can use this URL to access the database directly or for other purposes.
Examples
url <- get_omicidx_duckdb_location()
print(url)
#> [1] "https://store.cancerdatasci.org/omicidx/omicidx.duckdb"