Tag: Running environment

  • Telegram Bot to monitor a Web page – Demo

    A quick entry about creating a Telegram Bot using an R library. I tested that already some time ago, but I came up with a new use case yesterday, and I had a bit of time this morning, so… We’ll use it to create a very simple monitor for our Webpage. This very Blog website…

  • One step further: MongoDB Backend for our data

    Intro I mentioned I meant to use a database at some point for my logs and with R. Well, I will explain a (tiny) bit about that today. But first, what data can I possibly put into my upcoming “NoSQL” database? Well, I now have lots of data. I’ll use the DNS records from my…

  • RStudio + Shiny + Plumber + Docker

    RStudio + Shiny + Plumber + Docker Intro This one is very exciting for me. So say you want to create a very complex application, that does several things. You can of course use functions, maybe in different R scripts that you can source. That way, if you work on a specific part of the…