This Shiny app template was created to standardize the layout of Shiny apps developed to support projects under Analytics for the Australian Grains Industry (AAGI).
shiny-template/
├╴app.R
└╴src/
├╴www/
│ ├╴logo-AAGI.jpg
│ ├╴styles.css
│ ┆ ...
├╴about.R
├╴index.R
├╴tab1.R
├╴tab2.R
┆ ...
app.R
is the entry point where you can update your port.src/
contains all the scripts for ui and server.src/www/
contains style sheets and static images.
Application Details
All texts enclosed in <>
are to be replaced, including <>
, with the appropriate values. These can be found
in src/index.R
and src/about.R
.
New Tabs
New tabs should be added under src/
following the example of src/kmean_cluster.R
which has
both ui and server components.
Install dependencies,
R -e 'install.packages("shiny")'
Run the app,
./app.R
For queries, feedback, and bug reports:
- Open a GitHub issue.
- Email [email protected].