inst/shiny/pkg_optimizer/code_panel/cp_ui.R

code_panel <- function() {
  wellPanel(
    fluidRow(
      column(2, selectInput("file_sel", "Optimized files:", list(),
        size = 15,
        multiple = FALSE, selectize = FALSE
      )),
      column(10, diffr::diffrOutput("code_diff"))
    )
  )
}

Try the rco package in your browser

Any scripts or data that you put into this service are public.

rco documentation built on April 17, 2021, 5:06 p.m.