#Day29 | Uncertainties – Monochrome | #30DayChartChallenge | . Coffee Price Forecast — Holt-Winters (HW) Built with #RStats using #forecast, #ggplot2, #dplyr, #lubridate, #scales and #tidyr.
Ok, why do people keep doing this:
library(tidyverse)
library(lubridate)
when the first call automatically loads the package in the second call? Am I missing something here?
I see this **everywhere**!




