ggside: A new R package for plotting distributions in side-plots Written by Matt Dancho on May 18, 2021 Marginal distributions can now be made in R using ggside, a new ggplot2 extension. Read More...
patchwork: ggplot2 plot combiner Written by Matt Dancho on May 11, 2021 Now you can make publication-ready storyboards. Patchwork makes it simple to combine separate ggplots into the same graphic. Read More...
mmtable2: ggplot2 for tables Written by Matt Dancho on May 4, 2021 I love ggplot2 for plotting. The grammar of graphics allows us to add elements to plots. Tables seem to be forgotten in terms of an intuitive grammar with tidy data philosophy - Until now. Read More...
ggplot2 Extension: corrmorrant for Flexible Correlation Plots in R Written by Matt Dancho on April 27, 2021 Productivity is essential in data science. Businesses need value quickly so they can make decisions. Corrmorrant gets this. Read More...
Webscraping Tables in R: Datapasta Copy-and-Paster Written by Matt Dancho on April 20, 2021 Datapasta is an amazing package that allows us to copy-and-paste any HTML or Excel Tables into R. Read More...
Not data.table vs dplyr... data.table + dplyr! Written by Matt Dancho on April 13, 2021 Make insanely fast grouped summaries by leveraging data.table with dtplyr. Then quickly visualize your summaries with ggplot2. Read More...
Introducing Modeltime Recursive: Tidy Autoregressive Forecasting with Lags Written by Matt Dancho and Alberto González Almuiña on April 8, 2021 I'm super excited to introduce the new autoregressive forecast functionality in modeltime that allows you to convert any tidymodels regression algorithm into an autoregressive forecasting algorithm. Read More...
Enhance Your Storytelling - Interactive Slide Decks with Rmarkdown Written by Matt Dancho on April 6, 2021 Slide Decks are so important for storytelling in business. We can use Rmarkdown to tell our story with engaging interactivity thanks to the xaringan library. Here's how to make PowerPoint-style Slide Presentations that are interactive straight from R. Read More...
Make PDF Data Analysis Reports with R | Rmarkdown Visual Editor Written by Matt Dancho on March 30, 2021 Let's make a professional business report in 5-minutes in HTML and PDF formats, and incorporates your data analysis in R. Reporting used to take me much longer and is now faster with the new Rmarkdown Visual Editor. Read More...
Build GGPLOT Code with Tableau Drag-and-Drop (R esquisse) Written by Matt Dancho on March 23, 2021 Tableau-users rejoice! The esquisse R package is here to make you life much easier - make ggplot2 plot code using a drag-and-drop Tableau interface. Here's what you need to do. Read More...
A Gentle Introduction to R Shiny Written by Matt Dancho on March 16, 2021 What if you could turn your #datascience analysis into a web application? You can do exactly that with R Shiny. R Shiny is an amazing framework built to convert your data analysis into a web app - FAST! Create amazing applications your business can use in hours (not months!). Read More...
Introducing Modeltime H2O: Automatic Forecasting with H2O AutoML Written by Matt Dancho and Alberto González Almuiña on March 15, 2021 I'm super excited to introduce modeltime.h2o, an H2O AutoML backend for forecasting Read More...