Creates the UI for image rendering

Creates the server for image rendering, complete with customizable image width/height

mod_render_image_ui(id)

mod_render_image_server(
  input,
  output,
  session,
  obj_path,
  input_width = NULL,
  input_height = NULL
)

Arguments

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

Value

UI for the image rendering for the dashboard