render_image: UI Function for the image rendering

Description Usage Arguments Value

Description

Creates the UI for image rendering

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

Usage

 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
)

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


Sage-Bionetworks/mhealthannotator documentation built on Jan. 28, 2022, 6:08 a.m.