-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error: object 'read_html' is not exported by 'namespace:rvest' #99
Comments
Interesting. Can you please provide the code and full error message that you're experiencing? Can be a screen shot if easiest. Might also help if you try installing Let me know how you go. |
I'm guessing you have a version of |
It worksssssssssss!!! Wuwuwuwu
…On Sat, Mar 19, 2022 at 6:05 AM Tony ElHabr ***@***.***> wrote:
I'm guessing you have a version of rvest less than 1.0.0. read_html is
originally from xml2, but it's re-exported from rvest in versions >=1.0.0.
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYI4MWZ7T37WDQT4XAJLFRTVAW7JVANCNFSM5Q7ZEMIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
One last doubt,
Fotmob functions are only available in the repo, right? If I download from CRAN, they dont come
…Sent from my iPad
On 19 Mar 2022, at 9:57, Roman Velez ***@***.***> wrote:
It worksssssssssss!!! Wuwuwuwu
> On Sat, Mar 19, 2022 at 6:05 AM Tony ElHabr ***@***.***> wrote:
> I'm guessing you have a version of rvest less than 1.0.0. read_html is originally from xml2, but it's re-exported from rvest in versions >=1.0.0.
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> Triage notifications on the go with GitHub Mobile for iOS or Android.
> You are receiving this because you authored the thread.
|
Hello! On last doubt:
When you fetch data from fotmob from the players, in the stats column that has a data frame inside, why are more than 1 row per user?
For example, in your’s Salah example in the articles, it show 6 rows for the stats for one game. Which one is the “good” one? The first? The last?
Thanks!
Román AVJ
Sent from my iPad
… On 19 Mar 2022, at 9:57, Roman Velez ***@***.***> wrote:
It worksssssssssss!!! Wuwuwuwu
> On Sat, Mar 19, 2022 at 6:05 AM Tony ElHabr ***@***.***> wrote:
> I'm guessing you have a version of rvest less than 1.0.0. read_html is originally from xml2, but it's re-exported from rvest in versions >=1.0.0.
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> Triage notifications on the go with GitHub Mobile for iOS or Android.
> You are receiving this because you authored the thread.
|
This has been resolved in |
Installing the package, it throws an error that rvest doesn't have read_html. Maybe is from package xml2?
The text was updated successfully, but these errors were encountered: