8000 solution 5,6 · jaeyk/R-functional-programming@0794021 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0794021

Browse files
committed
solution 5,6
1 parent 4d6c7d9 commit 0794021

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

solutions/05_solutions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Make Automation Slower or Faster
2+
3+
There are no Challenge problems for this section. The example is purely applied.

solutions/06_solutions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Make Error Handling Easier
2+
3+
## Challenge 1
4+
5+
Explain why we can't run `map(url_lists, read_html)`?
6+
7+
**Answer** In the example given, map will break because the fourth url is a bad url. The point of this problem is to get students thinking about the errors and use cases for the functions we write. If url_lists was a well formed list, then the code would run without error.
8+

0 commit comments

Comments
 (0)
0