minor steps
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-12 18:27:46 +01:00
commit efc3f8acc3
No known key found for this signature in database
23 changed files with 1467 additions and 644 deletions

View file

@ -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