Another quick/small demo. This one:
- Loads a package ({jsonlite})
- Yanks
mtcars
from the WebR session - Converts it to JSON b/c what WebR returns is garbage for JS datavis libraries and I don't have time rn to write a function to do the transform.
- Passes it to Observable Plot for the datavis.
I promise something will be below this line soon.