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