Description Usage Arguments Value
Creates the UI for image rendering
Creates the server for image rendering, complete with customizable image width/height
1 2 3 4 5 6 7 8 9 10 | mod_render_image_ui(id)
mod_render_image_server(
input,
output,
session,
obj_path,
input_width = NULL,
input_height = NULL
)
|
id |
the id |
input |
the input variables from [shiny::callModule()] |
output |
the output variables from [shiny::callModule()] |
session |
the session from [shiny::callModule()] |
obj_path |
image filepath |
input_width |
image width |
input_height |
image height |
UI for the image rendering for the dashboard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.