05:00
posit::conf(2023)
Shiny in Production: Tools & Techniques
R package for visualizing how (and how fast/slow) your R code runs
Our dev/run_dev.R
script is where we can profile our app interactively.
Our dev/run_dev.R
script is where we can profile our app interactively.
Profile the LEGO Bricks app!
05:00
Using .parquet
in the LEGO Bricks Shiny app
Multiple users accessing the app concurrently:
{promises}
Handle objects representing the (eventual) result of an async operation
{future}
Launch tasks without blocking current R session
{crew}
A distributed worker launcher for asynchronous tasks
{targets}
and …Using {crew}
inside a Shiny application:
reactiveVal
objects for bookkeeping{crew}
controllerAsynchronous calls of a model prediction API.