What I've learnt about R Language
ℹ️
This repository has a lot https://github.com/qinwf/awesome-R and I have done an R Recap on this one
Data Driven R
What I enjoy about R, is that it can do very cool data stuff.
R can do many things, from simple Websites with Knit, to Data Apps
FlexDashboards
With R, you can also have ‘static dashboard’, which dont need a server, like Shiny or Streamlit.
Flexdashboard can be hosted, for example, on Github Pages for free:
You can also render (knit) the html of those flexdashboards and add them to your Staticaly Generated Sites.
Shiny Apps
Source Code for RStocks

Creating and Deploying a ShinyAPP with R | Blog Post
And if you are looking for a Flexdashboard example (deployed to Github Pages), see:
ℹ️
I covered Containers for R Apps here