igroffman commited on
Commit
8507d34
·
verified ·
1 Parent(s): 0d8dc4b

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -0
app.R CHANGED
@@ -193,6 +193,9 @@ ui <- fluidPage(
193
  # ---------- Server ----------
194
  server <- function(input, output, session){
195
 
 
 
 
196
  # reactives
197
  processed_data <- reactiveVal(NULL)
198
  plot_data <- reactiveVal(NULL)
 
193
  # ---------- Server ----------
194
  server <- function(input, output, session){
195
 
196
+ cur <- plot_data()
197
+ cur$TaggedPitchType <- as.character(cur$TaggedPitchType)
198
+
199
  # reactives
200
  processed_data <- reactiveVal(NULL)
201
  plot_data <- reactiveVal(NULL)