Update app.R
Browse files
app.R
CHANGED
|
@@ -31,7 +31,7 @@ ui <- shinyUI(
|
|
| 31 |
sidebarPanel(
|
| 32 |
h2("Opciones"),
|
| 33 |
actionButton("theme_button", "Elige un tema"),
|
| 34 |
-
selectInput('theme_code', 'Tema editor', choices =
|
| 35 |
downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
|
| 36 |
downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
|
| 37 |
tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente")
|
|
|
|
| 31 |
sidebarPanel(
|
| 32 |
h2("Opciones"),
|
| 33 |
actionButton("theme_button", "Elige un tema"),
|
| 34 |
+
selectInput('theme_code', 'Tema editor', choices = getAceThemes(), selected = 'ambiance'),
|
| 35 |
downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
|
| 36 |
downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
|
| 37 |
tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente")
|