Skip to content

Commit

Permalink
1.fix bug for duplicate ADURU 2. add function for static forest plot
Browse files Browse the repository at this point in the history
  • Loading branch information
wangben718 committed May 5, 2024
1 parent 5480f82 commit 1309979
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/ae_listing.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ format_ae_listing <- function(outdata, display_unique_records = FALSE) {
}
}
}
res <- res[,!(names(res) %in% "ADURU")]
res_columns <- res_columns[!(res_columns %in% "ADURU")]
}

# Intensity
Expand Down
2 changes: 2 additions & 0 deletions R/format_ae_forestly.R
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ format_ae_forestly <- function(
outdata$reactable_columns <- columns
outdata$reactable_columns_group <- columnGroups
outdata$display <- display
outdata$fig_prop_color <- fig_prop_color
outdata$fig_diff_color <- fig_diff_color

outdata
}
Loading

0 comments on commit 1309979

Please sign in to comment.