Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
citizenair
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vmm
citizenair
Commits
f86d6bee
Commit
f86d6bee
authored
Nov 12, 2018
by
Jan Wijffels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove per minute
parent
8d841000
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
citizenair/inst/apps/citizenair/page02-exploratory.Rmd
+3
-3
No files found.
citizenair/inst/apps/citizenair/page02-exploratory.Rmd
View file @
f86d6bee
...
...
@@ -116,7 +116,7 @@ observeEvent(input$uiInput_downloadtimeseries, {
```{r}
#inputPanel(
radioButtons(inputId = "uiInput_aggregationlevel", label = "Vergelijk",
choices = c("Per minuut" = "min",
choices = c(
#
"Per minuut" = "min",
"Per uur" = "hour",
"Per dag" = "day",
"Per maand" = "month",
...
...
@@ -327,7 +327,7 @@ renderValueBox({
userdata <- citizenair_userdata()
filename <- userdata$appdata$getCitizenData("fileinfo")$name
if(length(filename) > 0){
ui <- valueBox("
Uw excel file
", caption = filename)
ui <- valueBox("
geladen excel
", caption = filename)
}else{
ui <- NULL
}
...
...
@@ -343,7 +343,7 @@ renderUI({
x <- userdata$appdata$getCitizenData("meta")
if(is.data.frame(x) && nrow(x) > 0){
choices <- structure(as.list(x$sheet_id), .Names = x$sheet)
ui <- selectInput(inputId = "uiInput_sheet", label = "Selecteer sheet", choices = choices, selected = choices, multiple = TRUE)
ui <- selectInput(inputId = "uiInput_sheet", label = "Selecteer sheet
- om te verwijderen selecteer een sheet en druk op je delete knop
", choices = choices, selected = choices, multiple = TRUE)
}else{
ui <- NULL
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment