Skip to content

Commit

Permalink
print statement added
Browse files Browse the repository at this point in the history
  • Loading branch information
aminuldu07 committed Jan 14, 2025
1 parent 35dd036 commit 5ef8e69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/get_liver_om_lb_mi_tox_score_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,9 @@ for (studyid in studyid_or_studyids ){
#---------------------------------------------------------------------------

if (output_individual_scores) {
print(head(master_liverToBW))
print(head(master_lb_score_six))
print(head(master_mi_df))

# Perform the merge using full_join to keep all rows from each data frame
combined_output_individual_scores <- master_liverToBW %>%
Expand Down

0 comments on commit 5ef8e69

Please sign in to comment.