Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
prep for sp22
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Prener authored and Chris Prener committed Feb 21, 2022
1 parent b6557b4 commit 64efe04
Show file tree
Hide file tree
Showing 30 changed files with 2,469 additions and 1,568 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module-2-data-cleaning <img src="https://slu-soc5650.github.io/images/icon_hu137
[![](https://img.shields.io/github/repo-size/slu-soc5650/module-2-data-cleaning.svg)](https://github.com/slu-soc5650/module-2-data-cleaning)

## Module 2 - Data Cleaning
These materials correspond to the fifth course meeting of SOC 4650 and SOC 5650, which is focused on `tigris`, `tidycensus`, and joining data sources.
These materials correspond to meeting 2-2 for SOC 4650 and SOC 5650, which is focused on `tigris`, `tidycensus`, and joining data sources.

## Lesson Quick Start
### Install Software
Expand Down
172 changes: 0 additions & 172 deletions assignments/lab-05-replication/docs/lab-05.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
title: "Lab-05 Replication Notebook"
title: "Lab 2-2 Replication Notebook"
author: "Christopher Prener, Ph.D."
date: '(`r format(Sys.time(), "%B %d, %Y")`)'
output:
github_document: default
html_notebook: default
always_allow_html: true
---

```{r setup}
knitr::opts_chunk$set(cache = FALSE)
```

## Introduction
This is the replication notebook for Lab-05 from the course SOC 4650/5650: Introduction to GISc.
This is the replication notebook for Lab 2-2 from the course SOC 4650/5650: Introduction to GISc.

## Load Dependencies
The following code loads the package dependencies for our analysis:
Expand Down
178 changes: 178 additions & 0 deletions assignments/lab-2-2-replication/docs/lab-2-2.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file renamed assignments/lab-05.pdf → assignments/lab-2-2.pdf
Binary file not shown.
802 changes: 750 additions & 52 deletions docs/index.nb.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ date: '(`r format(Sys.time(), "%B %d, %Y")`)'
output:
github_document: default
html_notebook: default
always_allow_html: true
---

```{r setup}
Expand Down Expand Up @@ -184,7 +185,7 @@ stCharlesTracts <- tracts(state = 29, county = 183)

```{r move-to-docs, include=FALSE}
# you do need to include this in any notebook you create for this class
fs::file_copy(here::here("examples", "module-examples-complete.nb.html"),
fs::file_copy(here::here("examples", "meeting-2-2-examples-complete.nb.html"),
here::here("docs", "index.nb.html"),
overwrite = TRUE)
```
342 changes: 342 additions & 0 deletions examples/meeting-2-2-examples-complete.md

Large diffs are not rendered by default.

1,168 changes: 1,168 additions & 0 deletions examples/meeting-2-2-examples-complete.nb.html

Large diffs are not rendered by default.

File renamed without changes.
335 changes: 0 additions & 335 deletions examples/module-examples-complete.md

This file was deleted.

470 changes: 0 additions & 470 deletions examples/module-examples-complete.nb.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
488 changes: 0 additions & 488 deletions examples/module-examples.nb.html

This file was deleted.

0 comments on commit 64efe04

Please sign in to comment.