Nieuws

Shiny is an R package that makes it easy to build interactive web apps straight from R. This workshop will start at the beginning: designing and creating user interfaces, learning and mastering the ...
R Shiny is an R package that allows you to build interactive web applications directly from your R scripts. With Shiny, you can create web-based dashboards, data visualizations, and interactive ...
R Markdown is one of my favorite things about modern R. It offers an easy way to combine text, R code, and the results of R code in a single document. And when that document is rendered as HTML, you ...