diff --git a/R/columnSelector.R b/R/columnSelector.R index cf5217e..fa17e47 100644 --- a/R/columnSelector.R +++ b/R/columnSelector.R @@ -31,7 +31,7 @@ columnSelectorUI <- function(id, label = FALSE, title = NULL) { #' label = optional, used instead of id #' sub_label = optional, added to id/ label #' @param type The type (contrast/group/sample of the type dropdown menu, selected in step 1 (upper dropdown). Defaults to unique(type.columns[,2]) (Supports reactive) -#' @param column.type.tabel Changes the label of the first UI element +#' @param column.type.label Changes the label of the first UI element #' @param label.label Change label above label text input. #' @param multiple Boolean value whether multiple values can be selected in second selector. (Default = TRUE) #' @param none If TRUE adds "None to secondSelector and select is. (Default = FALSE) diff --git a/man/columnSelector.Rd b/man/columnSelector.Rd index 9ababef..5f08b90 100644 --- a/man/columnSelector.Rd +++ b/man/columnSelector.Rd @@ -23,6 +23,8 @@ sub_label = optional, added to id/ label} \item{type}{The type (contrast/group/sample of the type dropdown menu, selected in step 1 (upper dropdown). Defaults to unique(type.columns[,2]) (Supports reactive)} +\item{column.type.label}{Changes the label of the first UI element} + \item{label.label}{Change label above label text input.} \item{multiple}{Boolean value whether multiple values can be selected in second selector. (Default = TRUE)} @@ -32,8 +34,6 @@ sub_label = optional, added to id/ label} \item{sep}{Used to separate labels on multi value selection.} \item{suffix}{Added to label only on multiple = FALSE (supports reactive). Also uses sep as separator.} - -\item{column.type.tabel}{Changes the label of the first UI element} } \value{ Returns the input. As named list: names("type", "selected_columns", "label")