--- title: 'STA130H1 - Class # 1: Introduction to R, Histograms and Density Functions' author: "Prof. Nathan Taback" date: '2018-01-08' output: ioslides_presentation: default beamer_presentation: default --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) library(tidyverse) library(gridExtra) happinessdata2016 <- read_csv("happiness2016.csv") ``` ## Welcome to STA130H1 - Login to Portal to get the location of your tutorial room (look under My Groups). - Let's explore the [course website](http://sta130.utstat.utoronto.ca/) # A Brief Introduction to R ## What is R? ## R Coding basics Go to console ...