inst/shiny/global.R

FILE_UPLOAD_MB <- 20

options(shiny.maxRequestSize = FILE_UPLOAD_MB * 1024 ^ 2)

library(shiny)
library(glue)
library(shinyalert)
library(SSVS)
library(reactable)

Try the SSVS package in your browser

Any scripts or data that you put into this service are public.

SSVS documentation built on April 3, 2025, 9:45 p.m.