Skip to content

Instantly share code, notes, and snippets.

View ZipporahPolinskyNagel's full-sized avatar

zpn_nyc ZipporahPolinskyNagel

View GitHub Profile
@ZipporahPolinskyNagel
ZipporahPolinskyNagel / global.R
Created February 5, 2018 04:39
Zipporah's Shiny Project
library(ggplot2)
library(dplyr)
library(data.table)
library(tidyr)
charges <- read.csv("charges.csv",stringsAsFactors = FALSE)
charges.df <- as.data.frame(charges)
names(charges.df)[1:23] <- tolower(names(charges.df)[1:23])