tests/testthat/_snaps/get_summary_records.md

get_summary_records Test 1: deprecation message if function is called

Code
  df <- input %>% get_summary_records(by_vars = exprs(USUBJID, PARAM, AVISIT),
  set_values_to = exprs(AVAL = mean(AVAL, na.rm = TRUE), DTYPE = "AVERAGE")) %>%
    dplyr::mutate(AVAL = round(AVAL))
Message
  `get_summary_records()` was deprecated in admiral 1.2.0.
  i Please use `derive_summary_records()` instead.
  x This message will turn into a warning at the beginning of 2026.
  i See admiral's deprecation guidance: https://pharmaverse.github.io/admiraldev/dev/articles/programming_strategy.html#deprecation


Try the admiral package in your browser

Any scripts or data that you put into this service are public.

admiral documentation built on April 4, 2025, 4:39 a.m.