This is an R Shiny app example, named DashTest.
Its code is based on a similar app used for a monitoring system.
This app only contains a few Tabs: opening window; installation selection; documentation; and seasonal weather monitoring.
The main code is included in "app.R". Some html code is inserted in "Htmls0.R".
The logos and icons are contained in the "www" folder.
The "window_ex" figure shows how the app should look like.
Each installation data is in its respective folder inside the main folder "data".
The app contains reactive expressions such as to load data.
The loaded data is in CSV and JSON files, besides figures in PNG.
Plots use both R plotly and openair packages.
There is some html and css code, and small pieces of Javascript code are also present. More are expected to be included.
The app can run locally on RStudio or deployed on a server, such as the free version of 'shinyapps.io'.
Persistent data can be stored locally, as it is in this version.
Data storage can also be done remotely, for instance at dropbox, azure or aws. Automatic data updates can be visualized in near real-time.