Skip to content

Commit

Permalink
fix: adverse events error
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 13, 2024
1 parent 0a06fbb commit 6d4ce5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/tm_g_pp_adverse_events.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ template_adverse_events <- function(dataname = "ANL",
dplyr::where(~ inherits(., what = "difftime")), ~ as.double(., units = "auto")
)
)
table <- rlistings::as_listing(
table,
table_output <- rlistings::as_listing(
table_data,
key_cols = NULL,
default_formatting = list(all = fmt_config(align = "left"))
)
Expand Down

0 comments on commit 6d4ce5b

Please sign in to comment.