I cannot import HTML data and cannot use rvest function.
ps. I already updated Rstudio.
You are showing that you have installed rvest
but you have forgot loading it, packages only need to be installed once but they need to be loaded on each R session you want to use them on.
library(rvest)
2 Likes
Thank you so much
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.