shinyInput: create shiny inputs

View source: R/global.R

shinyInputR Documentation

create shiny inputs

Description

shinyInput function creates a character vector of length len for a given shiny input under the argument FUN

Usage

shinyInput(FUN, len, id, ns, ...)

Arguments

FUN

A shiny UI function for which vector of defined length need to be created

len

An integer denoting length of return vector

id

A character string denoting id of UI element

ns

An object of class NS

...

Other parameters to be pass to argument FUN

Value

A character vector of elements FUN of length len.

References

https://stackoverflow.com/questions/45739303/r-shiny-handle-action-buttons-in-data-table


cparsania/FungiExpresZ documentation built on March 15, 2024, 5:48 p.m.