Skip to content

Commit

Permalink
fix: subtitle of lists, typpo in list_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero1999 committed Jan 31, 2025
1 parent d79803e commit e747191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/l_pkconc.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ l_pkconc <- function(
disp_cols = displaying_vars,
main_title = "Listing of PK Concentration by Treatment Group,
Subject and Nominal Time, PK Population",
subtitles = gsub("<br>", "\n", parse_annotation(data = data,
subtitles = gsub("<br>", "\n", parse_annotation(data = list_data,
text = subtitle_lists)),
main_footer = parse_annotation(data = data,
text = footnote_table),
Expand Down

0 comments on commit e747191

Please sign in to comment.