Skip to content

Commit

Permalink
Update R/derive_vars_cat.R
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Bundfuss <[email protected]>
  • Loading branch information
StefanThoma and bundfussr authored Sep 24, 2024
1 parent 2533193 commit 98043bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/derive_vars_cat.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Derive Categorization Variables Like `AVALCATy` and `AVALCAyN`
#' @param dataset
#' `r roxygen_param_dataset(expected_vars = c("by_vars", "definition"))`
#' @param definition List of expressions created by: `exprs()`.
#' @param definition List of expressions created by `exprs()`.
#' Must be in rectangular format and specified using the same syntax as when creating
#' a `tibble` using the `tribble()` function.
#' The `definition` object it will be converted to a `tibble` using the `tribble()` function.
Expand Down

0 comments on commit 98043bf

Please sign in to comment.