did I really use a '=' instead of a '<-'‽ master
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 12 May 2014 22:04:13 +0000 (15:04 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 12 May 2014 22:04:13 +0000 (15:04 -0700)
analysis.R

index 1f68d5bc1ac78eb6486fdac52734ba1232ee5b91..d6217ce4e31aa0a179eef1bbe971303324e12aa1 100644 (file)
@@ -4,7 +4,7 @@ library(reshape)
 
 theme_set(theme_bw())
 
 
 theme_set(theme_bw())
 
-d = read.delim("mail_metadata.tsv", header=FALSE,
+d <- read.delim("mail_metadata.tsv", header=FALSE,
     col.names=c("flags", "timestamp", "precedence", "google"))
 
 d$timestamp <- as.POSIXct(d$timestamp, tz="UTC",
     col.names=c("flags", "timestamp", "precedence", "google"))
 
 d$timestamp <- as.POSIXct(d$timestamp, tz="UTC",

Benjamin Mako Hill || Want to submit a patch?