File tree Expand file tree Collapse file tree 2 files changed +20
-21
lines changed
Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 33# ' Read the parquet file for inequalities
44# ' @return A tibble.
55load_inequalities_data <- function () {
6-
76 fs <- get_adls_fs()
87 fs | >
98 AzureStor :: download_adls_file(
Original file line number Diff line number Diff line change @@ -13,29 +13,29 @@ mod_inequalities_ui <- function(id) {
1313 shiny :: tags $ h1(" Inequalities" ),
1414 shiny :: fluidRow(
1515 col_4(
16- bs4Dash :: box(
17- collapsible = FALSE ,
18- headerBorder = FALSE ,
19- width = 12 ,
20- md_file_to_html(" app" , " text" , " inequalities.md" )
21- ),
22- mod_reasons_ui(ns(" reasons" ))
16+ bs4Dash :: box(
17+ collapsible = FALSE ,
18+ headerBorder = FALSE ,
19+ width = 12 ,
20+ md_file_to_html(" app" , " text" , " inequalities.md" )
21+ ),
22+ mod_reasons_ui(ns(" reasons" ))
2323 ),
2424 col_8(
25- bs4Dash :: box(
26- collapsible = FALSE ,
27- headerBorder = FALSE ,
28- width = 12 ,
29- div(
30- shiny :: downloadButton(
31- ns(" download_inequalities" ),
32- " Download inequalities"
25+ bs4Dash :: box(
26+ collapsible = FALSE ,
27+ headerBorder = FALSE ,
28+ width = 12 ,
29+ div(
30+ shiny :: downloadButton(
31+ ns(" download_inequalities" ),
32+ " Download inequalities"
33+ ),
34+ actionButton(ns(" set_all_zero_sum" ), " Set all to zero sum" ),
35+ actionButton(ns(" clear_all" ), " Clear all" , class = " btn-secondary" )
3336 ),
34- actionButton(ns(" set_all_zero_sum" ), " Set all to zero sum" ),
35- actionButton(ns(" clear_all" ), " Clear all" , class = " btn-secondary" )
36- ),
37- DT :: dataTableOutput(ns(" hrg_table" ), height = " calc(100vh - 200px)" )
38- )
37+ DT :: dataTableOutput(ns(" hrg_table" ), height = " calc(100vh - 200px)" )
38+ )
3939 )
4040 )
4141 )
You can’t perform that action at this time.
0 commit comments