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
<p>If we forget to reassign this can cause subsequent steps to not work as expected because we will not be working with the data that has been modified.</p>
359
359
<hr/>
360
360
</div>
@@ -403,7 +403,7 @@ <h2><strong>Error: object ‘X’ not found</strong></h2>
403
403
<p>Make sure you run something like this, with the <code><-</code> operator:</p>
Copy file name to clipboardExpand all lines: modules/Data_Cleaning/lab/Data_Cleaning_Lab.html
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,18 @@ <h1>Part 1</h1>
170
170
<p><strong>Data used</strong></p>
171
171
<p>Bike Lanes Dataset: BikeBaltimore is the Department of Transportation’s bike program. The data is from <a href="http://data.baltimorecity.gov/Transportation/Bike-Lanes/xzfj-gyms" class="uri">http://data.baltimorecity.gov/Transportation/Bike-Lanes/xzfj-gyms</a></p>
172
172
<p>You can Download as a CSV in your current working directory. Note its also available at: <a href="http://jhudatascience.org/intro_to_r/data/Bike_Lanes.csv" class="uri">http://jhudatascience.org/intro_to_r/data/Bike_Lanes.csv</a></p>
<p>Read in the bike data, you can use the URL or download the data and save the data as an object called <code>bike</code>.</p>
177
187
<p>Bike Lanes Dataset: BikeBaltimore is the Department of Transportation’s bike program. The data is from <a href="http://data.baltimorecity.gov/Transportation/Bike-Lanes/xzfj-gyms" class="uri">http://data.baltimorecity.gov/Transportation/Bike-Lanes/xzfj-gyms</a></p>
0 commit comments