Relative Content

Tag Archive for htmlrrvest

Extracting Data From a Web Page with Selection Options

I have a webpage (https://deos.udel.edu/data/daily_retrieval.php) I want to extract data from. However, the data is precipitation data related to a specific selection made within the webpage. The specific selections include Station, and date. I am using the R package rvest and I am not sure if this data request can be done in R with rvest. Some of the source code of interest for the webpage may be found below.