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

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +0 -1
app.R CHANGED
@@ -10,7 +10,6 @@ library(plotly)
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",
 
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",