R/renderLiScatterplot.R

Defines functions renderLiScatterplot

Documented in renderLiScatterplot

#'Render scatterplot.
#'
#'\code{renderLiScatterplot} 
#'
#'@param input A unique id the identifies the anchor.
#'
#'@templateVar item_name renderLiScatterplot
#'@templateVar family_name renderLiScatterplot
#'@template item_details
#'@template footer
#'@export
renderLiScatterplot <- function(data=NULL, input=NULL, factors=NULL) {
  reactive({
    list(input_file=input,
        data=jsonlite::toJSON(data),
	factors=jsonlite::toJSON(factors)
	)
  })
}
uc-bd2k/shinyLi documentation built on May 3, 2019, 2:16 p.m.