HW1

Reading in blogpost data

Justin Flattery
9/26/2021
knitr::opts_chunk$set(echo = TRUE)

Read in data

I am going to use the cereal data set. This shows a breakdown of cereal by sodium, sugar and type.

cereal <-read.csv("../../_data/cereal.csv")

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Flattery (2021, Sept. 26). DACSS 601 Fall 2021: HW1. Retrieved from https://mrolfe.github.io/DACSS601Fall21/posts/2021-09-26-hw1-justin/

BibTeX citation

@misc{flattery2021hw1,
  author = {Flattery, Justin},
  title = {DACSS 601 Fall 2021: HW1},
  url = {https://mrolfe.github.io/DACSS601Fall21/posts/2021-09-26-hw1-justin/},
  year = {2021}
}