Skip to content

Data visualization of mass shootings in the United States. Produced within the course "Computation for the Social Sciences", offered during the Fall of 2020 at the University of Chicago.

Notifications You must be signed in to change notification settings

arrudafranco/Homework-2

Repository files navigation

Homework 02: Exploring and visualizing data

In this homework we were asked to do basic data visualization of mass shootings in the United States.

Files in this repository

  • mass-shootings.md is a Markdown file including the visualizations and code used to create them.

Required packages

You should have the following packages installed:

library(tidyverse)
library(rcfss)

rcfss can be installed from GitHub using the command:

if (packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}

devtools::install_github("uc-cfss/rcfss")

About

Data visualization of mass shootings in the United States. Produced within the course "Computation for the Social Sciences", offered during the Fall of 2020 at the University of Chicago.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published