Skip to content

Commit

Permalink
Getting started, adding .rmd and the proj
Browse files Browse the repository at this point in the history
Honey time!
  • Loading branch information
JoeSwinehart committed Feb 9, 2021
1 parent 11f734b commit 88e3e35
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
.DSStore
13 changes: 13 additions & 0 deletions DataVizLab3.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
22 changes: 22 additions & 0 deletions Lab3.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Lab 3"
author:
- Makayla Whitney
- Joe Swinehart
- Janette Avelar
- David Fainstein
date: "2/8/2021"
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

```{r setup}
library(here)
library(tidyverse)
library(lubridate)
library(waffle)
```

0 comments on commit 88e3e35

Please sign in to comment.