Skip to content

Commit

Permalink
pca: fixed wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Apr 25, 2018
1 parent 7e5c63c commit bad82bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pca <- function(input, output, session, data, types, levels = NULL, entryLabel =
})
levels.r <- shiny::reactive({
if(is.null(levels)){
metadata.r()[["level"]]
types.r()[["level"]]
}else{
if(shiny::is.reactive(levels)){
levels()
Expand Down

0 comments on commit bad82bb

Please sign in to comment.