--- title: "Weather Analysis" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Weather Analysis} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` Usage of `Rduinoiot` in a project can be found here:
**https://flavioleccese92.github.io/Rduinoiot-analysis/weather-report**
![](../man/figures/weather-report.png)
The `flexdashboard` connected to one [**Arduino OplĂ  Iot kit**](https://opla.arduino.cc/){target="_blank"} of mine, whose sensor valus are processed to the dashboard based on this setup:
![](../man/figures/environment-setup.png)
More information is available here:
**https://flavioleccese92.github.io/Rduinoiot-analysis/**