newInput: Produce a 'newInput' object for 'R4web'.

Description Usage Arguments Value Author(s) See Also

View source: R/R4web.R

Description

newInput produce newInput object for R4web.

Usage

1
2
newInput(name, type = c("character","numeric","matrix","data.frame","factor"),
         default = "", levels = NULL, multi = FALSE)

Arguments

name

character string with the variable name.

type

character string which describes the variable type. Possible values are "character", "numeric", "matrix", "data.frame" or "factor".

default

default value for this input.

levels

a vector with the possible input values. It is described only for factor data type.

multi

boolean value which indicates if multiple selection are enabled for this input. It is described only for factor data type.

Value

Return a newInput object.

Author(s)

David Barrios and Carlos Prieto. Bioinformatics Service of Nucleus, University of Salamanca. See https://bioinfo.usal.es/

See Also

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.


RJSplot documentation built on Dec. 11, 2021, 9:36 a.m.

Related to newInput in RJSplot...