There is now an example app to demonstrate the use of shiny
modules for better code reusability. This example can be run via run_app("modular_app")
.
run_app
now supports calling an app name via run_app("app_name")
e.g. run_app("theming")
.
server
and UI
are now written as separate functions to make testing easier.
shinymisc
now contains an illustrative app called "Theming" that illustrates
major shiny
concepts include testing.
Added a NEWS.md
file to track changes to the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.