igroffman commited on
Commit
add9003
·
verified ·
1 Parent(s): 8f88e03

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -10,6 +10,7 @@ library(plotly)
10
  # ---------- helpers ----------
11
  `%||%` <- function(x, y) if (is.null(x)) y else x
12
 
 
13
  # columns to optionally remove
14
  columns_to_remove <- c(
15
  "SpinAxis3dTransverseAngle","SpinAxis3dLongitudinalAngle","SpinAxis3dActiveSpinRate",
 
10
  # ---------- helpers ----------
11
  `%||%` <- function(x, y) if (is.null(x)) y else x
12
 
13
+ options(shiny.maxRequestSize = 100*1024^2)
14
  # columns to optionally remove
15
  columns_to_remove <- c(
16
  "SpinAxis3dTransverseAngle","SpinAxis3dLongitudinalAngle","SpinAxis3dActiveSpinRate",