Update ui.R
Browse files
ui.R
CHANGED
|
@@ -20,7 +20,9 @@ shinyUI(
|
|
| 20 |
selectInput('theme_code', 'Tema editor', choices = themes, selected = 'ambiance'),
|
| 21 |
downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
|
| 22 |
downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
|
| 23 |
-
tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente")
|
|
|
|
|
|
|
| 24 |
),#
|
| 25 |
mainPanel(
|
| 26 |
actionButton("toggleSidebar", "Opciones"),
|
|
|
|
| 20 |
selectInput('theme_code', 'Tema editor', choices = themes, selected = 'ambiance'),
|
| 21 |
downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
|
| 22 |
downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
|
| 23 |
+
tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente"),
|
| 24 |
+
tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "YALM generator")
|
| 25 |
+
)
|
| 26 |
),#
|
| 27 |
mainPanel(
|
| 28 |
actionButton("toggleSidebar", "Opciones"),
|