Skip to content

Commit 1f565ce

Browse files
author
pdiazs
committed
Update and rename plot1.R to plot1.R
1 parent 23c8dd8 commit 1f565ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plot1.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Read and review the data
1+
## Read and review the data.
2+
## The script assumes G:/R/Coursera Explora/ as path. Change and adapt to your needs
23
household_power_consumption <- read.csv("G:/R/Coursera Explora/exdata_data_household_power_consumption/household_power_consumption.txt", sep=";")
34
View(household_power_consumption)
45
str(household_power_consumption)

0 commit comments

Comments
 (0)