tergo-lib 0.2.12

A tool to format R code
Documentation
1
2
3
4
5
6
7
teal.widgets::standard_layout(
  output = verbatimTextOutput(ns("text")),
  encoding = tags$div(
    selectInput(ns("dataname"), "Choose a dataset", choices = NULL),
    teal.widgets::verbatim_popup_ui(ns("rcode"), "Show R code")
  )
)