I've been working on a RStudio to crawl some websites. I wanted to be able to run my code automatically at a particular instances during the day. I've been using Rcrawler and Rvest to crawl.
The point is to do news aggregation from several sites using different keywords at different times during the day. I'm trying to automate the process of running the particular script.
Is there a way to do so in R or should I move to Python for the same? I'm using Rstudio on Windows.