Skip to content

Commit

Permalink
Update 06-other-features.R (#2)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
shntnu authored and cwickham committed May 31, 2017
1 parent 259a145 commit df1d08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 06-other-features.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ urls <- list(

map(urls, read_lines)

safe_readLines <- safely(readLines)
safe_readlines <- safely(readLines)
safe_readlines

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

# Call str() on html
str(html)
Expand Down

0 comments on commit df1d08a

Please sign in to comment.