Skip to content

Instantly share code, notes, and snippets.

View kszela24's full-sized avatar
🙃

Kyle kszela24

🙃
View GitHub Profile
#Load libraries.
library(ggplot2)
library(dplyr)
library(RColorBrewer)
setwd("~/Downloads/census")
#Get census data.
census <- read.csv("census-income.csv", stringsAsFactors = T, strip.white = T)
#######