Skip to content

Commit e7493d2

Browse files
committed
💨 Format
1 parent 65db284 commit e7493d2

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

R/fct_azure_storage.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#' Read the parquet file for inequalities
44
#' @return A tibble.
55
load_inequalities_data <- function() {
6-
76
fs <- get_adls_fs()
87
fs |>
98
AzureStor::download_adls_file(

R/mod_inequalities_ui.R

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)