Skip to content

Commit

Permalink
chore: #2083 removing admiral suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 authored Sep 5, 2023
1 parent 4ef3a3e commit 2246e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/ad_adpp.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data("admiral_adsl")
# as NA values. Further details can be obtained via the following link:
# https://pharmaverse.github.io/admiral/cran-release/articles/admiral.html#handling-of-missing-values # nolint

pp <- convert_blanks_to_na(admiral_pp)
pp <- convert_blanks_to_na(pp)

# Lookup tables ----
param_lookup <- tibble::tribble(
Expand Down

0 comments on commit 2246e6c

Please sign in to comment.