Skip to content

Commit

Permalink
Tiny refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Goldin committed Jul 12, 2017
1 parent 0ee6b1a commit d9109fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ settings.py
venv
*.*~
.DS_Store
.Rhistory
4 changes: 3 additions & 1 deletion analyze.R
Expand Up @@ -4,7 +4,9 @@ install.packages("ggthemes")
library(ggplot2)
library(ggthemes)

df <- read.csv("stats-2018.csv")
year <- "2018"

df <- read.csv(paste("stats-",year,".csv",sep=""))
summary(df)

getPosition <- function(s) {
Expand Down

0 comments on commit d9109fd

Please sign in to comment.