Skip to content

Commit

Permalink
docs: fix title of long function
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 14, 2024
1 parent 87e68a9 commit 7a18606
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions R/all_choices.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#' An S3 structure representing the selection of all possible choices in a
#' `filter_spec`, `select_spec` or `choices_selected` object
#' Bare constructor for `all_choices` object
#'
#' @description
#' `r lifecycle::badge("experimental")`
#'
#' An S3 structure representing the selection of all possible choices in a
#' `filter_spec`, `select_spec` or `choices_selected` object
#'
#' @return `all_choices` object.
#'
#' @examples
Expand All @@ -22,6 +25,7 @@
#' choices_selected(choices = letters, selected = letters)
#' choices_selected(choices = letters, selected = all_choices())
#' @export
#'
all_choices <- function() {
structure(list(), class = "all_choices")
}
6 changes: 4 additions & 2 deletions man/all_choices.Rd

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

0 comments on commit 7a18606

Please sign in to comment.