Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hcozart
Created April 29, 2016 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hcozart/f16f12ecf6c843ce1c7ccb6ed52ae36c to your computer and use it in GitHub Desktop.
Save hcozart/f16f12ecf6c843ce1c7ccb6ed52ae36c to your computer and use it in GitHub Desktop.
#loading data
library(ggplot2)
library(dplyr)
NYC_Death = read.csv('New_York_City_Leading_Causes_of_Death.csv')
NYC_Death2 = distinct(NYC_Death) # remove duplicate values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment