Skip to content

Commit

Permalink
fix: issue with main_footer data typpo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero1999 committed Jan 31, 2025
1 parent 33fc4c7 commit 4f76c61
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 @@ -165,7 +165,7 @@ l_pkconc <- function(
"Subject and Nominal Time, PK Population"),
subtitles = gsub("<br>", "\n", parse_annotation(data = list_data,
text = subtitle_lists)),
main_footer = parse_annotation(data = data,
main_footer = parse_annotation(data = list_data,
text = footnote_table),
col_formatting = formatting_vars_list
)
Expand Down

0 comments on commit 4f76c61

Please sign in to comment.