Skip to content

Commit 64fd72e

Browse files
committed
Use list.files pattern in same way as lecture
1 parent 23712c2 commit 64fd72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/Loops-temperature-sensors-R.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You have deployed multiple temperature sensors at different locations to monitor
99

1010
- If `temperature_sensor_data.zip` is not already in your working directory download [the zip file]({{ site.baseurl }}/data/temperature_sensor_data.zip) using `download.file()`
1111
- Unzip it using `unzip()`
12-
- Obtain a list of all of the files with file names matching the pattern `"sensor-*-temp.csv"` (using `list.files()`)
12+
- Obtain a list of all of the files with file names matching the pattern `"sensor-"` (using `list.files()`)
1313

1414
Each file contains two columns:
1515

0 commit comments

Comments
 (0)