create a header

cat (“DATA 101 Goals!”) DATA 101 Goals!

create a numbered list of three goals for this class

cat (“1. Be able to analyze and understand real world data sets”) 1. Be able to analyze and understand real world data sets

cat (“2. Become very profficient in R and analyzing data.”) 2. Become very profficient in R and analyzing data.

cat (“3. Gain a better understanding of statistics.”) 3. Gain a better understanding of statistics.

One sentence with a bold and italic in it.

cat(” I am, looking forward to learning more about Data this semester!“) I am, looking forward to learning more about Data this semester!

displat the mtcars data set

mtcars