31010/error-saying-could-function-text-when-using-html-text-function
I'm trying to web scrap a page and one of the sentance in my code is mentioned below:
Error in html_text(html_nodes(page, "h1")) :
But this throws the following error:
could not find function "html_text"
Its a small spelling mistake that you've ...READ MORE
Include this line in the code: Library(shinydashboard) READ MORE
Correct the function name. dashboardSidebar() READ MORE
If you encounter an error stating "'some.function' ...READ MORE
Yes, Just like @Maverik said, It happens ...READ MORE
In this line, Install.packages(“rvest”) Add rvest inside double ...READ MORE
Hey @Ali, Its a very silly mistake. ...READ MORE
Make sure you’ve installed the package purr ...READ MORE
There is small mistake in your code. ...READ MORE
Hey @Ali, Execute the following two commands: install.packages(&l ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.