Skip to content

Commit a336bc8

Browse files
committed
test commit
1 parent 0035657 commit a336bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot1.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#setwd("C:/Users/hariz_000/Dropbox/R/exdata-002/")
1+
#setwd("C:/Users/hariz_000/Dropbox/R/exdata-002/") asd asd
22
data <- read.table("household_power_consumption.txt",header = T, sep = ";",as.is=T,na.strings = "?")
33
data$Date <- as.Date(data$Date,"%d/%m/%Y")
44
data <- data[data$Date == '2007-02-01' | data$Date == '2007-02-02',]

0 commit comments

Comments
 (0)