Skip to content

Instantly share code, notes, and snippets.

@ismirsehregal
ismirsehregal / reactiveVal_example.R
Created November 23, 2022 08:21
Update reactiveVal based on upstream reactive expressions
# https://stackoverflow.com/questions/74525623/follow-up-delete-rows-from-data-frames-in-shiny-using-datatable-server-side
library(shiny)
library(DT)
ui <- fluidPage(
sliderInput(
inputId = "sl1",
label = "sl1",
min = 1,