Skip to content

Commit

Permalink
columnSelector: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Jun 29, 2018
1 parent ad9573a commit 670b26f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/columnSelector.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions man/columnSelector.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 670b26f

Please sign in to comment.