ScrapR is an R package designed for scraping news articles from Danish news websites: dr.dk and tv2.dk. This package simplifies the process of extracting news content and includes features to automatically handle cookie consent prompts and click "view more" buttons using RSelenium.
It is an experimental package and is not intended for production or commercial use. Any usecase is at your own risk and should comply with the terms of use as stated by the respective websites (dr.dk and tv2.dk).
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("ttBerhane04/ScrapR")