We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0035657 commit a336bc8Copy full SHA for a336bc8
plot1.R
@@ -1,4 +1,4 @@
1
-#setwd("C:/Users/hariz_000/Dropbox/R/exdata-002/")
+#setwd("C:/Users/hariz_000/Dropbox/R/exdata-002/") asd asd
2
data <- read.table("household_power_consumption.txt",header = T, sep = ";",as.is=T,na.strings = "?")
3
data$Date <- as.Date(data$Date,"%d/%m/%Y")
4
data <- data[data$Date == '2007-02-01' | data$Date == '2007-02-02',]
0 commit comments