There was an error while loading. Please reload this page.
1 parent 437799d commit 8141603Copy full SHA for 8141603
README.md
@@ -97,7 +97,7 @@ Reading a url:
97
98
```R
99
#making GET request andparse website into xml document
100
-pagesource <- html_read("http://example.com/page")
+pagesource <- read_html("http://example.com/page")
101
102
#using html_session which creates a session and accept httr methods
103
my_session <- html_session("http://example.com/page")
0 commit comments