inst/example/browserLinkToInput/server.R

server <- function(input, output, session) {
  link2input(
    cd323 = "name",
    datasetbin = "data",
    number1 = "num"
    )

  link2input(
    outputnum = "outt",
    inputtype = "output"
  )

}

Try the shinyStorePlus package in your browser

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

shinyStorePlus documentation built on June 8, 2025, 1:24 p.m.