Skip to content

Commit

Permalink
re-organized UI layout and grouped inputs into fewer output objects
Browse files Browse the repository at this point in the history
  • Loading branch information
florianm committed Apr 9, 2015
1 parent 2763f7c commit 204aaac
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 202 deletions.
4 changes: 3 additions & 1 deletion global.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ library(shiny)
# rendering
require(markdown) || install.packages("markdown")
require(whisker) || install.packages("whisker")
require(Hmisc) || install.packages("Hmisc")


# plotting
require(ggplot2) || install.packages("ggplot2")
Expand Down Expand Up @@ -56,7 +58,7 @@ get_data <- function(url,
df[cn %in% dcn],
function(x){x<- lubridate::parse_date_time(x, orders=ldo, tz=ltz)}
)

names(df) <- capitalize(names(df))
df
}

Expand Down
Loading

0 comments on commit 204aaac

Please sign in to comment.