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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.