--- title: "Dates and Times | r4ds Chapter 16" date: "Feb 4, 2020" subtitle: Biostat 203B output: # ioslides_presentation: default html_document: toc: true toc_depth: 4 --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ```{r} library(tidyverse) library(lubridate) library(nycflights13) ``` ## Basics Three types of data/time data: - **date**. Tibbles print it as ``. - **time**. Tibbles print it as `