select_input: Add selectInput sidebar for shiny app

Description Usage Arguments Value Examples

View source: R/select_input.R

Description

Function select_input() can help users select input object within the Shiny Application

Usage

1
select_input(inputId, label, choices, selected)

Arguments

inputId

The ID of the input object

label

The text label set for the input object

choices

List of values to select from

selected

The default selected option

Value

A shiny selected-input sidebar

Examples

1
2
3
4
## Not run: 
select_input("type",label = NULL, choices = NULL,selected = NULL)

## End(Not run)

etc5523-2020/r-package-assessment-Yiwen-Zhang-259 documentation built on Jan. 13, 2022, 5:46 a.m.