shinyddt | R Documentation |
Widgets, plotting areas and layouts should be mastered
shinyddt()
Please note the basic structure of the server input output
Plots
The shiny web server will run once this function is invoked and will open a web browser. You should learn how this is implemented.
The web server can be studied https://shiny.rstudio.com/tutorial/
When building the server function in the app make sure your remember the three steps:
Must populate the output list
Must use Render functions
Must use the input list
The main engine that drives shiny server is the concept of reactivity this is what makes shiny apps responsive. The concept is a very important one and you must understand it completely by visiting a video and then reading an article.
Please visit Reactivity
## Not run: shinyddt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.