Skip to content

Commit

Permalink
documentation-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 3, 2024
1 parent ea29157 commit 4edfd48
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/choices_labeled.R
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ choices_labeled <- function(choices, labels, subset = NULL, types = NULL) {
#' variable_choices("ADRS", subset = c("USUBJID", "STUDYID"))
#'
#' # functional subset (with delayed data) - return only factor variables
#' variable_choices("ADRS", subset = function(data) {
#' variable_choices(ADRS, subset = function(data) {
#' idx <- vapply(data, is.factor, logical(1))
#' names(data)[idx]
#' })
2 changes: 1 addition & 1 deletion man/variable_choices.Rd

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

0 comments on commit 4edfd48

Please sign in to comment.