You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/Loops-temperature-sensors-R.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ You have deployed multiple temperature sensors at different locations to monitor
9
9
10
10
- 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()`
11
11
- 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()`)
0 commit comments