Login to a website (billboard.com) for scraping purposes using R, when the login is done through a pop-up window
问题 I want to scrap some "pro" billboard data, which access requires a premium billboard account. I already have one, but obvisouly I need to login to the billboard website through R in order to be able to scrap this data. I have no issues with such a thing with regular login pages (for instance, stackoverflow): ##### Stackoverflow login ##### # Packages installation and loading --------------------------------------- if (!require("pacman")) install.packages("pacman") pacman::p_load(rvest,dplyr