From: Benjamin Mako Hill Date: Mon, 12 May 2014 22:04:13 +0000 (-0700) Subject: did I really use a '=' instead of a '<-'‽ X-Git-Url: https://projects.mako.cc/source/gmail-maildir-counter/commitdiff_plain/HEAD?hp=221519b06e3d22b2c0fb4193f67b08a8d19822af did I really use a '=' instead of a '<-'‽ --- diff --git a/analysis.R b/analysis.R index 1f68d5b..d6217ce 100644 --- a/analysis.R +++ b/analysis.R @@ -4,7 +4,7 @@ library(reshape) 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",