library(shiny)# Una interfaz de usuario (permite añadir html)ui <-fluidpage(...)# Un servidor dinámicoserver <-function(input, output) {...}# Declarar la aplicación para ejecutarlashinyApp(ui, server)
La aplicación se ejecuta entra en el directorio que contiene el archivo, entrando en R y ejecutando shiny::runApp().
1.
Chollet F. Deep learning with R. Second edition. Shelter Island: Manning; 2022.
Song Y, Millidge B, Salvatori T, Lukasiewicz T, Xu Z, Bogacz R. Inferring neural activity before plasticity as a foundation for learning beyond backpropagation. Nature Neuroscience [Internet]. 2024 Feb [cited 2024 Dec 20];27(2):348–58. Available from: https://www.nature.com/articles/s41593-023-01514-1
4.
Jones E, Harden S, Crawley MJ. The R book. Third edition. Hoboken, NJ: Wiley; 2022.
5.
Field A, Miles J, Field Z. Discovering statistics using R. Repr. Los Angeles, CA, USA: Sage; 2014.