webR/WebAssembly hubverse dataviz Demo

Author

Anna K

Published

June 7, 2024

Example of Running Code

Hubverse Data

Download duckdb database

Connect to duckdb database

Filter data

Hide all setup

We can use #| context: setup to execute hidden setup code on load, e.g. below Iā€™m download the database file creating a connection to it and assigning the model_output table to an object called hub_con.

This is then available to run visible interactive queries against.