Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 725 Bytes

lab-05.md

File metadata and controls

45 lines (29 loc) · 725 Bytes

Lab 05 - La Quinta is Spanish for next to Denny’s, Pt. 2

Insert your name here Insert date here

Load packages and data

library(tidyverse) 
library(dsbox) 
states <- read_csv("data/states.csv")

Exercise 1

Remove this text, and add your answer for Exercise 1 here. Add code chunks as needed. Don’t forget to label your code chunk. Do not use spaces in code chunk labels.

Exercise 2

Remove this text, and add your answer for Exercise 1 here. Add code chunks as needed. Don’t forget to label your code chunk. Do not use spaces in code chunk labels.

Exercise 3

Exercise 4

Exercise 5

Exercise 6

Add exercise headings as needed.