Skip to content

Commit df1d08a

Browse files
shntnucwickham
authored andcommitted
Update 06-other-features.R (#2)
Fix typos
1 parent 259a145 commit df1d08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06-other-features.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ urls <- list(
1010

1111
map(urls, read_lines)
1212

13-
safe_readLines <- safely(readLines)
13+
safe_readlines <- safely(readLines)
1414
safe_readlines
1515

1616
# Use the safe_readLines() function with map(): html
17-
html <- map(urls, safe_readLines)
17+
html <- map(urls, safe_readlines)
1818

1919
# Call str() on html
2020
str(html)

0 commit comments

Comments
 (0)