From e2fd9a88de47283e38c98dacabe5e7914501ca6f Mon Sep 17 00:00:00 2001
From: Ben Anderson <dataknut@icloud.com>
Date: Tue, 25 Aug 2015 17:00:27 +0100
Subject: [PATCH] updated comments & output path

---
 NEED/analyse-NEED-EULF-2014-electricity-consumption.do | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/NEED/analyse-NEED-EULF-2014-electricity-consumption.do b/NEED/analyse-NEED-EULF-2014-electricity-consumption.do
index 1692045..28e6d42 100644
--- a/NEED/analyse-NEED-EULF-2014-electricity-consumption.do
+++ b/NEED/analyse-NEED-EULF-2014-electricity-consumption.do
@@ -30,6 +30,8 @@ GNU General Public License for more details.
 
 */
 
+* Requires: estout
+
 clear all
 
 capture noisily log close
@@ -37,10 +39,11 @@ capture noisily log close
 set more off
 
 * written for Mac OSX - remember to change filesystem delimiter for other platforms
-global home "~/Documents/Work"
+global home "~"
+
+global dpath "$home/Documents/Work/Data/Social Science Datasets/DECC/NEED/End User Licence File 2014/processed"
 
-global dpath "$home/Data/Social Science Datasets/DECC/NEED/End User Licence File 2014/processed"
-global rpath "$home/Papers and Conferences/RSS-2015/results"
+global rpath "$home/Dropbox/RSS-2015/results"
 
 local version "v1"
 
-- 
GitLab