Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

funkcja html jest przestarzala, teraz to read_html #29

Merged
merged 1 commit into from
Mar 1, 2016
Merged

funkcja html jest przestarzala, teraz to read_html #29

merged 1 commit into from
Mar 1, 2016

Conversation

MarcinKosinski
Copy link
Contributor

> library(rvest)
Loading required package: xml2
> html()
Error in read_xml(x, encoding, ..., as_html = TRUE) : 
  argument "x" is missing, with no default
In addition: Warning message:
'html' is deprecated.
Use 'read_html' instead.
See help("Deprecated") 

…_html

````{R}
> library(rvest)
Loading required package: xml2
> html()
Error in read_xml(x, encoding, ..., as_html = TRUE) : 
  argument "x" is missing, with no default
In addition: Warning message:
'html' is deprecated.
Use 'read_html' instead.
See help("Deprecated") 
````
@MarcinKosinski MarcinKosinski changed the title funkcja html jest przestarzala, teraz powinno sie uzywac funkcji read… funkcja html jest przestarzala, teraz to read_html Mar 1, 2016
pbiecek added a commit that referenced this pull request Mar 1, 2016
funkcja html jest przestarzala, teraz to read_html
@pbiecek pbiecek merged commit 62702c3 into pbiecek:master Mar 1, 2016
@pbiecek
Copy link
Owner

pbiecek commented Mar 1, 2016

Dzięki!

@MarcinKosinski
Copy link
Contributor Author

Co ciekawe, jest to w ogole funkcja z pakietu xml2

> library(rvest)
Ładowanie wymaganego pakietu: xml2
> read_html
function (x, encoding = "", ...)
{
    suppressWarnings(read_xml(x, encoding, ..., as_html = TRUE))
}
<environment: namespace:xml2>

2016-03-01 20:14 GMT+01:00 Przemysław Biecek notifications@github.com:

Dzięki!


Reply to this email directly or view it on GitHub
#29 (comment).

pbiecek added a commit that referenced this pull request Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants