ui_selectize: Refactor User Interface 'selectizeInput' Function

Description Usage Arguments Examples

View source: R/ui_selectize.R

Description

This function aims to simplify the repetitive call of shiny's selectizeInput function. It will be called in app.R file.

Usage

1
ui_selectize(id, choices)

Arguments

id

Input id that will be used in the server side.

choices

List of value to select.

Examples

1
ui_selectize("country_select", c("Italy", "Spain", "France", "Austria", "United Kingdom"))

etc5523-2020/r-package-assessment-Dewi-Amaliah documentation built on Jan. 1, 2021, 1:10 a.m.