inst/builtin-templates/bslib-bare/modules/standalone_viewer/R/viewer-ui.R

# UI: a single full-size output container.
# The output type (plot vs htmlwidget) is determined at runtime
# by server_standalone_viewer() based on the original render function.
viewer_output <- function() {
  shiny::uiOutput(ns("viewer_content"), class = "fill-width", style = "width:100%;height:100%;")
}

Try the shidashi package in your browser

Any scripts or data that you put into this service are public.

shidashi documentation built on April 10, 2026, 5:07 p.m.