Tag: R

  • 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…

  • Reading in JSON – Example with MITRE ATT&CK

    Moving away from CSV for a second As it turns out, I am TOO used to reading in and working with CSV. It’s only natural, it’s kind of the same thing as a data.frame (or the basis for it). So I thought I would write a demo with another input format. Another common format to…

  • Visualizing the status of multiple ongoing projects

    They say big part of “Data Science” is about communicating information. This entry is about one visualization. Motivation I have been thinking for a couple of days now about how to best “transmit” the status of a set of projects. I have 40+ projects to inform about at work, but progress about 40+ projects is…