webR/WebAssembly hubverse dataviz Demo
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.