Skip to content

Commit

Permalink
add edish plot
Browse files Browse the repository at this point in the history
  • Loading branch information
sahas56 committed Sep 23, 2024
1 parent 57ff385 commit 49b7179
Show file tree
Hide file tree
Showing 15 changed files with 771 additions and 186 deletions.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export(data_read)
export(dataset_merge)
export(dataset_vignette)
export(display_bign_head)
export(edish_plot)
export(empty_plot)
export(event_analysis_plot)
export(forest_display)
Expand All @@ -33,7 +34,9 @@ export(plot_aes_opts)
export(plot_axis_opts)
export(plot_display_bign)
export(plotly_legend)
export(process_edish_data)
export(process_event_analysis)
export(process_tornado_data)
export(process_vx_bar_plot)
export(process_vx_box_data)
export(process_vx_scatter_data)
Expand All @@ -55,6 +58,7 @@ export(tbl_processor)
export(tbl_to_plot)
export(theme_cleany)
export(theme_std)
export(tornado_plot)
export(var_start)
export(vx_box_plot)
import(dplyr)
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ app_ui <- function(request) {
),
selectInput("ADaM_Data_d",
"CDISC ADaM Data",
choices = c("ADSL", "ADAE", "CM"),
choices = c("ADSL", "ADAE", "ADLB", "CM"),
multiple = TRUE
)
),
Expand Down
Loading

0 comments on commit 49b7179

Please sign in to comment.