Navigating and scraping with R (rvest)
问题 I am trying to log in in stackoverflow and navigating on the search bar, searching by tidyverse package. The main problem is when I set the url, which is not giving me the form to fill with my email and my password: So url<-"https://stackoverflow.com" doesnt work. I tried the url: url<-"https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2f" which is the url that I have when I click on the the Log in bottom, but I also can't find the form to fill with my