Skip to content

Commit f4bf2d1

Browse files
committed
reading for extinction section
1 parent eb166fb commit f4bf2d1

File tree

11 files changed

+671
-10
lines changed

11 files changed

+671
-10
lines changed

content/read/httr.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "REST APIs and web queries"
3+
---
4+
5+
## Watch
6+
7+
**[Working with Web Data in R](https://www.datacamp.com/courses/working-with-web-data-in-r)**

content/read/purrr-1.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Iterate using purrr"
3+
---
4+
5+
## Watch
6+
7+
**[Chapters 3 & 4 of Writing Functions in R](https://www.datacamp.com/courses/writing-functions-in-r)**. Theste two chapters are focused on `purrr` and it's use in iteration, particulaly the `map()` family. It may seem surprising that these tools for *iteration* are buried in the second half of a course on *writing functions*, but as you will see, these concepts are closely linked through a style known as functional programming, which is particularly relevant to much data science type analyses.
8+
9+
## Reading
10+
11+
- [R4DS 21.5: The map functions](http://r4ds.had.co.nz/iteration.html#the-map-functions)
12+
- [R4DS 21.6: Dealing with failure](http://r4ds.had.co.nz/iteration.html#dealing-with-failure)
13+
- [R4DS 21.7: Mapping over multiple arguments](http://r4ds.had.co.nz/iteration.html#mapping-over-multiple-arguments)

content/read/strings-regex.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Strings and regex"
3+
---
4+
5+
## Watch
6+
7+
**[String Manipulation in R](https://www.datacamp.com/courses/string-manipulation-in-r-with-stringr)**
8+
9+
## Reading
10+
11+
- Read the opening sections of chapter 13 on *Strings* and working with *Regular Expressions*: Sections **[14.1 - 14.3](http://r4ds.had.co.nz/strings.html#matching-patterns-with-regular-expressions)**.
12+
13+
## References
14+

data/lessons.yml

+6
Original file line numberDiff line numberDiff line change
@@ -151,21 +151,27 @@ lessons:
151151
date: "2018-04-05"
152152
datatype: '<i class="material-icons">widgets</i>'
153153
topics: "REST APIs"
154+
watch: "read/httr"
154155

155156
- module: " <i class='material-icons'>trending_down</i>"
156157
date: "2018-04-10"
157158
datatype: '<i class="material-icons">widgets</i>'
158159
topics: "Regular Expressions"
160+
reading: "read/strings-regex"
161+
watch: "read/strings-regex"
159162

160163
- module: "<i class='material-icons'>trending_down</i>"
161164
date: "2018-04-12"
162165
datatype: '<i class="material-icons">widgets</i>'
163166
topics: "Data rectangling"
167+
reading: "read/purrr-1"
168+
watch: "read/purrr-1"
164169

165170
- module: "<i class='material-icons'>trending_down</i>"
166171
date: "2018-04-17"
167172
datatype: '<i class="material-icons">widgets</i>'
168173
topics: "Data rectangling"
174+
read: ""
169175

170176
- module: " "
171177
date: " "

docs/index.xml

+28
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@ Read Git Setup: HappyGitWithR.com Data Import: [r4ds-11] </description>
192192
<description> Watch Tidyverse Chapter 3: Grouping and Summarizing (David Robinson) Read group_by, summarize and friends [r4ds-5.6 - 5.7] </description>
193193
</item>
194194

195+
<item>
196+
<title>Iterate using purrr</title>
197+
<link>/read/purrr-1/</link>
198+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
199+
200+
<guid>/read/purrr-1/</guid>
201+
<description>Watch Chapters 3 &amp;amp; 4 of Writing Functions in R. Theste two chapters are focused on purrr and it&amp;rsquo;s use in iteration, particulaly the map() family. It may seem surprising that these tools for iteration are buried in the second half of a course on writing functions, but as you will see, these concepts are closely linked through a style known as functional programming, which is particularly relevant to much data science type analyses.</description>
202+
</item>
203+
195204
<item>
196205
<title>Iteration</title>
197206
<link>/read/iteration/</link>
@@ -220,6 +229,15 @@ Read Git Setup: HappyGitWithR.com Data Import: [r4ds-11] </description>
220229
Read Introduction [r4ds-27.</description>
221230
</item>
222231

232+
<item>
233+
<title>REST APIs and web queries</title>
234+
<link>/read/httr/</link>
235+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
236+
237+
<guid>/read/httr/</guid>
238+
<description>Watch Working with Web Data in R</description>
239+
</item>
240+
223241
<item>
224242
<title>Reading for 2017-09-21</title>
225243
<link>/read/workflows/</link>
@@ -262,6 +280,16 @@ Please review sections 1. Files and 2. Syntax. Most Syntax conventions can be au
262280
</description>
263281
</item>
264282

283+
<item>
284+
<title>Strings and regex</title>
285+
<link>/read/strings-regex/</link>
286+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
287+
288+
<guid>/read/strings-regex/</guid>
289+
<description> Watch String Manipulation in R
290+
Reading Read the opening sections of chapter 13 on Strings and working with Regular Expressions: Sections 14.1 - 14.3. References </description>
291+
</item>
292+
265293
<item>
266294
<title>Tools</title>
267295
<link>/tools/</link>

docs/read/httr/index.html

+179
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="apple-touch-icon" sizes="76x76" href="img/apple-icon.png">
6+
<link rel="icon" type="image/png" href="../../img/favicon.png">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8+
9+
<title>ESPM 288</title>
10+
11+
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
12+
13+
14+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
15+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
16+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
17+
<link rel="stylesheet" href="https://cdn.rawgit.com/gaborcsardi/r-font/master/rlogo.css">
18+
<link rel="stylesheet" href="https://cdn.rawgit.com/wesbos/Font-Awesome-Docker-Icon/master/fontcustom/fontcustom.css">
19+
20+
21+
<link href="../../css/bootstrap.min.css" rel="stylesheet" />
22+
<link href="../../css/material-kit.css" rel="stylesheet"/>
23+
</head>
24+
25+
26+
<body class="profile-page">
27+
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll">
28+
<div class="container">
29+
30+
<div class="navbar-header">
31+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example">
32+
<span class="sr-only">Toggle navigation</span>
33+
<span class="icon-bar"></span>
34+
<span class="icon-bar"></span>
35+
<span class="icon-bar"></span>
36+
</button>
37+
<a class="navbar-brand" href="../../">ESPM 288</a>
38+
</div>
39+
40+
<div class="collapse navbar-collapse" id="navigation-example">
41+
<ul class="nav navbar-nav navbar-right">
42+
43+
44+
45+
<li class="nav-item">
46+
<a href="../../">
47+
<i class='sidebar-button-icon fa fa-lg fa-home'></i>
48+
<span>Home</span>
49+
</a>
50+
</li>
51+
52+
53+
54+
55+
<li class="nav-item">
56+
<a href="../../modules">
57+
<i class='material-icons'>dashboard</i>
58+
<span>Modules</span>
59+
</a>
60+
</li>
61+
62+
63+
64+
65+
<li class="nav-item">
66+
<a href="../../tutorials">
67+
<i class='material-icons'>build</i>
68+
<span>Tutorials</span>
69+
</a>
70+
</li>
71+
72+
73+
74+
75+
<li class="nav-item">
76+
<a href="../../syllabus">
77+
<i class='material-icons'>date_range</i>
78+
<span>Syllabus</span>
79+
</a>
80+
</li>
81+
82+
83+
84+
85+
<li class="nav-item">
86+
<a href="../../policies">
87+
<i class='material-icons'>gavel</i>
88+
<span>Policies</span>
89+
</a>
90+
</li>
91+
92+
93+
</ul>
94+
</div>
95+
</div>
96+
</nav>
97+
<div class="wrapper">
98+
<div class="header header-filter" style="background-image: url('https://www.climate.gov/sites/default/files/MethaneBubblesFrozenAbrahamLake_large.jpg');">
99+
</div>
100+
<div class="main main-raised">
101+
<div class="container">
102+
<div class="section text=">
103+
<h2 class="title">REST APIs and web queries</h2>
104+
105+
106+
<h2 id="watch">Watch</h2>
107+
108+
<p><strong><a href="https://www.datacamp.com/courses/working-with-web-data-in-r">Working with Web Data in R</a></strong></p>
109+
110+
</div>
111+
</div>
112+
</div>
113+
<footer class="footer">
114+
<div class="container">
115+
<nav class="pull-left">
116+
<ul>
117+
118+
119+
120+
<li>
121+
<a href="https://github.com/ds421"><i class='button-icon fa fa-2x fa-github'></i> Team Repos</a>
122+
</li>
123+
124+
125+
126+
127+
<li>
128+
<a href="https://piazza.com/class/jcldsjdnq5a6g9"><i class='material-icons'>forum</i> Forum</a>
129+
</li>
130+
131+
132+
133+
134+
<li>
135+
<a href="http://r4ds.had.co.nz/"><i class='material-icons'>book</i> Textbook</a>
136+
</li>
137+
138+
139+
140+
141+
<li>
142+
<a href="http://travis-ci.com/ds421/"><i class='material-icons'>check_circle</i> Travis-CI</a>
143+
</li>
144+
145+
146+
147+
148+
<li>
149+
<a href="https://www.datacamp.com/groups/espm-288-reproducible-collaborative-data-science"><i class='material-icons'>video_library</i> DataCamp</a>
150+
</li>
151+
152+
153+
</ul>
154+
</nav>
155+
<div class="copyright pull-right">
156+
<img src="../../img/cc-by.svg"/>
157+
</div>
158+
</div>
159+
</footer>
160+
</div>
161+
</body>
162+
163+
164+
165+
166+
<script src="../../js/jquery.min.js" type="text/javascript"></script>
167+
<script src="../../js/bootstrap.min.js" type="text/javascript"></script>
168+
<script src="../../js/material.min.js"></script>
169+
170+
171+
<script src="../../js/nouislider.min.js" type="text/javascript"></script>
172+
173+
174+
<script src="../../js/bootstrap-datepicker.js" type="text/javascript"></script>
175+
176+
177+
<script src="../../js/material-kit.js" type="text/javascript"></script>
178+
179+
</html>

docs/read/index.xml

+28
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ Read Git Setup: HappyGitWithR.com Data Import: [r4ds-11] </description>
125125
<description> Watch Tidyverse Chapter 3: Grouping and Summarizing (David Robinson) Read group_by, summarize and friends [r4ds-5.6 - 5.7] </description>
126126
</item>
127127

128+
<item>
129+
<title>Iterate using purrr</title>
130+
<link>/read/purrr-1/</link>
131+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
132+
133+
<guid>/read/purrr-1/</guid>
134+
<description>Watch Chapters 3 &amp;amp; 4 of Writing Functions in R. Theste two chapters are focused on purrr and it&amp;rsquo;s use in iteration, particulaly the map() family. It may seem surprising that these tools for iteration are buried in the second half of a course on writing functions, but as you will see, these concepts are closely linked through a style known as functional programming, which is particularly relevant to much data science type analyses.</description>
135+
</item>
136+
128137
<item>
129138
<title>Iteration</title>
130139
<link>/read/iteration/</link>
@@ -144,6 +153,15 @@ Read Git Setup: HappyGitWithR.com Data Import: [r4ds-11] </description>
144153
Read Introduction [r4ds-27.</description>
145154
</item>
146155

156+
<item>
157+
<title>REST APIs and web queries</title>
158+
<link>/read/httr/</link>
159+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
160+
161+
<guid>/read/httr/</guid>
162+
<description>Watch Working with Web Data in R</description>
163+
</item>
164+
147165
<item>
148166
<title>Reading for 2017-09-21</title>
149167
<link>/read/workflows/</link>
@@ -186,6 +204,16 @@ Please review sections 1. Files and 2. Syntax. Most Syntax conventions can be au
186204
</description>
187205
</item>
188206

207+
<item>
208+
<title>Strings and regex</title>
209+
<link>/read/strings-regex/</link>
210+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
211+
212+
<guid>/read/strings-regex/</guid>
213+
<description> Watch String Manipulation in R
214+
Reading Read the opening sections of chapter 13 on Strings and working with Regular Expressions: Sections 14.1 - 14.3. References </description>
215+
</item>
216+
189217
<item>
190218
<title>Visualization Basics</title>
191219
<link>/read/ggplot-1/</link>

0 commit comments

Comments
 (0)