Overview
Learn to effectively manipulate date and time data in R using the lubridate package in this 18-minute tutorial. Master parsing strings into date-time objects, extracting temporal components, and working with timeframes including durations and periods. Discover how this tidyverse package seamlessly integrates with ggplot2 and dplyr while offering more intuitive alternatives to base R's as.date() function and POSIX objects. Explore user-friendly functions that simplify date-time operations and enhance your R programming capabilities for temporal data analysis.
Syllabus
Lubridate - how to manipulate date and time data in R
Taught by
R Programming 101