Skip to content

Commit 8141603

Browse files
authored
Update README.md
1 parent 437799d commit 8141603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Reading a url:
9797

9898
```R
9999
#making GET request andparse website into xml document
100-
pagesource <- html_read("http://example.com/page")
100+
pagesource <- read_html("http://example.com/page")
101101

102102
#using html_session which creates a session and accept httr methods
103103
my_session <- html_session("http://example.com/page")

0 commit comments

Comments
 (0)