Skip to content

Commit

Permalink
#2609 comment out call that throws error
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Feb 18, 2025
1 parent 84a23bb commit 2898390
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
18 changes: 8 additions & 10 deletions R/derive_vars_transposed.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,14 @@
#' # rows of dataset_merge and avoid duplicates-related errors.
#' # Compare the above call with:
#'
#' cm %>%
#' derive_vars_transposed(
#' facm,
#' by_vars = exprs(USUBJID, CMREFID = FAREFID),
#' id_vars = NULL,
#' key_var = FATESTCD,
#' value_var = FASTRESC
#' )
#'
#' get_duplicates_dataset()
#' # cm %>%
#' # derive_vars_transposed(
#' # facm,
#' # by_vars = exprs(USUBJID, CMREFID = FAREFID),
#' # id_vars = NULL,
#' # key_var = FATESTCD,
#' # value_var = FASTRESC
#' # )
#'
derive_vars_transposed <- function(dataset,
dataset_merge,
Expand Down
18 changes: 8 additions & 10 deletions man/derive_vars_transposed.Rd

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

0 comments on commit 2898390

Please sign in to comment.