R/process.image.R

Defines functions process.image

Documented in process.image

#' 定义相应的的处理
#'
#' @param input  input
#' @param output  output
#' @param session  session
#' @param imageFile  imageFileName
#'
#' @return return value of a list
#' @export
#'
#' @examples process.image();
process.image <- function(input,output,session,imageFile) {
  output$imageOutput1 <- renderImage({
    imageFile
  },deleteFile = FALSE)

}
takewiki/tsui documentation built on July 5, 2023, 10:59 p.m.