This is a brief tutorial on the basic functioning of shiny.
-
The
psicoStat.Rmdfile is the file used for thre presentation done for the Psico Stat group. In that file, you can find all the comment code for creating different shiny apps, embeded in aRmdfile. -
The
shinyExample.Rprojis theRproject with which theui.Randserver.Rfile has been created. -
ui.Rcontains the User Interface of an example app. -
server.Rcontains the server for the example app. -
style.csscontains the CSS code for the example app.
If you want to try the app locally, you should download the shinyExample.Rproj, ui.R, server.ui, and style.css and save them in the same work directory.
Make use you have shiny, shinyjs, and shinythemes packages installed before running the app.
If you have any further questions, don't esitate to contact me @ otta.epifania@gmail.com