Skip to content
Snippets Groups Projects
Commit 502432f9 authored by Ben Anderson's avatar Ben Anderson
Browse files

updated comments

parent 980e2ddf
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,7 @@ print(paste0("Working directory is: ", getwd()))
setwd("~/Documents/Work/Data/CER Smart Metering Project/data/processed")
# Load data & describe it ----
# Load the data
# loop over months and years
# Load the data by looping over months and years
months <- c("October", "December")
years <- c("2009", "2010")
for (m in months) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment