queryCHCA | R Documentation |
use a snapshot of CuratedQueryAtlasR through duckdb
queryCHCA(con, inst = FALSE)
con |
connection to duckdb::duckdb(...) |
inst |
logical(1) if TRUE install httpfs in duckdb |
dplyr::tbl for metadata
if (interactive()) {
con = DBI::dbConnect(duckdb::duckdb())
queryCHCA(con) |> select(sample_) |> head()
DBI::dbDisconnect(con)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.