Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiromagno committed Apr 4, 2024
1 parent c737310 commit bbbadd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/assign_datetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@
#' tibble::tibble(
#' oak_id = 1L:14L,
#' raw_source = "MD1",
#' patient_number = c(375, 375, 376, 377, 377, 377, 377, 378,
#' 378, 378, 378, 379, 379, 379),
#' patient_number = c(
#' 375, 375, 376, 377, 377, 377, 377, 378,
#' 378, 378, 378, 379, 379, 379
#' ),
#' CMTRT = c(
#' "BABY ASPIRIN",
#' "CORTISPORIN",
Expand Down

0 comments on commit bbbadd3

Please sign in to comment.