Skip to content

Commit

Permalink
revert docs changes for functional subset (#225)
Browse files Browse the repository at this point in the history
Reverts #224
  • Loading branch information
m7pr authored Oct 4, 2024
1 parent bc980ff commit 9da4393
Show file tree
Hide file tree
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
Expand Up @@ -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]
#' })
Expand Down
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 9da4393

Please sign in to comment.