inst/app/global.R

# Increase upload limit to 100 MB
options(shiny.maxRequestSize = 100*1024^2)

library(shiny)
library(data.table)
library(readr)
library(readxl)
library(openxlsx)
library(DT)

Try the ALSBinary package in your browser

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

ALSBinary documentation built on Aug. 9, 2026, 5:06 p.m.