How to create Flexdashboards in R?

less than 1 minute read

Published:

flexdashboard is package that enables you to easily create flexible, attractive, interactive dashboards with R. Authoring and customization of dashboards is done using R Markdown and you can optionally include Shiny components for additional interactivity. In this first blogpost, I am going to show you how to create a simple but powerful dashboard using flexdashboard framework using an example dataset.

At the end of this tutorial, you will build a dashboard something like this dashboard

Let’s get started..