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 23c8dd8 commit 1f565ceCopy full SHA for 1f565ce
plot1.R
@@ -1,4 +1,5 @@
1
-## Read and review the data
+## Read and review the data.
2
+## The script assumes G:/R/Coursera Explora/ as path. Change and adapt to your needs
3
household_power_consumption <- read.csv("G:/R/Coursera Explora/exdata_data_household_power_consumption/household_power_consumption.txt", sep=";")
4
View(household_power_consumption)
5
str(household_power_consumption)
0 commit comments