Commit d59c9422 by Jan Wijffels

debug

parent 6202bab8
...@@ -87,8 +87,8 @@ popups$select_station <- modalDialog( ...@@ -87,8 +87,8 @@ popups$select_station <- modalDialog(
radioGroupButtons( radioGroupButtons(
inputId = "uiInput_selectmeasurement", inputId = "uiInput_selectmeasurement",
label = "Selecteer welke van uw sensorgegevens u wilt vergelijken met een officieel meetstation", label = "Selecteer welke van uw sensorgegevens u wilt vergelijken met een officieel meetstation",
choices = sort(APPDATA$getCitizenData(type = "phenomena"), decreasing = TRUE), #choices = sort(APPDATA$getCitizenData(type = "phenomena"), decreasing = TRUE),
#choices = LETTERS, choices = c("WAIT A MINUTE"),
direction = "horizontal", size = "sm", direction = "horizontal", size = "sm",
justified = FALSE, individual = FALSE, status = "primary", justified = FALSE, individual = FALSE, status = "primary",
checkIcon = list(yes = icon("ok", lib = "glyphicon")) checkIcon = list(yes = icon("ok", lib = "glyphicon"))
...@@ -150,15 +150,15 @@ reactive({ ...@@ -150,15 +150,15 @@ reactive({
# Data {data-icon="fa-cloud-upload"} # Data {data-icon="fa-cloud-upload"}
```{r child="page01-introduction.Rmd", eval=FALSE} ```{r child="page01-introduction.Rmd", eval=TRUE}
``` ```
# Exploreer en vergelijk {data-icon="fa-toggle-on"} # Exploreer en vergelijk {data-icon="fa-toggle-on"}
```{r child="page02-exploratory.Rmd", eval=FALSE} ```{r child="page02-exploratory.Rmd", eval=TRUE}
``` ```
# Hidden # Hidden {.hidden}
## Main event ## Main event
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment