Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent 8e7b32a commit 58395b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions R/tm_g_swimlane.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
#' within({
#' library(dplyr)
#' ADSL <- rADSL %>%
#' mutate(TRTDURD = as.integer(TRTEDTM - TRTSDTM) + 1) %>%
#' filter(STRATA1 == "A" & ARMCD == "ARM A")
#' mutate(TRTDURD = as.integer(TRTEDTM - TRTSDTM) + 1) %>%
#' filter(STRATA1 == "A" & ARMCD == "ARM A")
#' ADRS <- rADRS %>%
#' filter(PARAMCD == "LSTASDI" & DCSREAS == "Death") %>%
#' mutate(AVALC = DCSREAS, ADY = EOSDY) %>%
#' rbind(rADRS %>% filter(PARAMCD == "OVRINV" & AVALC != "NE")) %>%
#' arrange(USUBJID)
#' })
#' filter(PARAMCD == "LSTASDI" & DCSREAS == "Death") %>%
#' mutate(AVALC = DCSREAS, ADY = EOSDY) %>%
#' rbind(rADRS %>% filter(PARAMCD == "OVRINV" & AVALC != "NE")) %>%
#' arrange(USUBJID)
#' })
#'
#' datanames(data) <- c("ADSL", "ADRS")
#' join_keys(data) <- default_cdisc_join_keys[datanames(data)]
Expand Down

0 comments on commit 58395b8

Please sign in to comment.