---
title: "Lab 2"
subtitle: "Statistical Computing & Programming"
author: ""
institute: ""
date: "05-26-20"
output:
xaringan::moon_reader:
css: "slides.css"
lib_dir: libs
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
editor_options:
chunk_output_type: console
---
```{r include=FALSE}
knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = TRUE,
comment = "#>", highlight = TRUE,
fig.align = "center")
```
## Getting started
- Navigate to your private individual repo, `lab2-[github_username]`
- Open an RStudio (Pawn or Rook) session; then go to
- `File` > `New Project`
- select `Version Control`
- select `Git`
- paste the repository URL - available at your GitHub
repo `lab2-[github_username]` when you click `Clone or download` and then
`Clone with HTTPS`
- Click `Create Project`
You may do this on your local machine if you have git configured with
R/RStudio.
---
## Today's objectives
- Complete Lab 2 (24 hours to submit this individual lab)
- Work with those in your group in a breakout room if you'd like
- Grade is for effort and completion
- This lab will be helpful for Exam 2
- Ask any questions about Homework 2 - due Wednesday 11:59am ET