mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
This commit is contained in:
parent
912fff7474
commit
efc3f8acc3
23 changed files with 1467 additions and 644 deletions
|
|
@ -13,7 +13,8 @@ columnSelectInput(
|
|||
col_subset = NULL,
|
||||
placeholder = "",
|
||||
onInitialize,
|
||||
none_label = "No variable selected"
|
||||
none_label = "No variable selected",
|
||||
maxItems = NULL
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
|
|
@ -34,6 +35,8 @@ columnSelectInput(
|
|||
\item{onInitialize}{passed to \code{\link[shiny]{selectizeInput}} options}
|
||||
|
||||
\item{none_label}{label for "none" item}
|
||||
|
||||
\item{maxItems}{max number of items}
|
||||
}
|
||||
\value{
|
||||
a \code{\link[shiny]{selectizeInput}} dropdown element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue