Posts by luizcaj • 31 points
2 posts
-
1
votes0
answers33
viewsQ: Problems with the Rselenium
I’m trying to create a code where I can extract the amount of news from certain listed companies. But I’m having a lot of problems with the code. Especially with the loops. library(RSelenium)…
-
2
votes0
answers54
viewsQ: Web scraping using the rvest
I’m trying to extract the data from a site (where it is necessary to login) but I’m not getting it. html_nodes("https://www.comdinheiro.com.br/home3/","div th") The output is not consistent with the…