inst/server.R

shinyServer(function(input, output) {
  
  cesta <- reactiveValues(papelitos = NULL, 
                          usados = NULL)
  
  
  cesta <- introServer("comienzo", cesta)
  
  cesta <- botonAccionServer("partida", cesta)
  
  cesta <- cogerPapelitoServer("partida", cesta)  
  cuantosQuedanServer("partida", cesta)
  timeServer("tiempo")
})
lhansa/papelitos documentation built on Nov. 19, 2022, 6:59 p.m.