newInput
object for R4web
.newInput
produce newInput
object for R4web
.
newInput(name, type = c("character","numeric","matrix","data.frame","factor"),
default = "", levels = NULL, multi = FALSE)
character string with the variable name.
character string which describes the variable type. Possible values are "character", "numeric", "matrix", "data.frame" or "factor".
default value for this input.
a vector with the possible input values. It is described only for factor data type
.
boolean value which indicates if multiple selection are enabled for this input. It is described only for factor data type
.
Return a newInput
object.
The ‘RJSplot’ Website: https://rjsplot.usal.es
dendrogram_rjs
, densityplot_rjs
, genomemap_rjs
, heatmap_rjs
, manhattan_rjs
, network_rjs
, scatterplot_rjs
, symheatmap_rjs
, wordcloud_rjs
, boxplot_rjs
, bubbles_rjs
, hiveplot_rjs
, piechart_rjs
, barplot_rjs
, tables_rjs
, surface3d_rjs
, scatter3d_rjs
.