Spaces:
Running
Running
Update app.R
Browse files
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)
|