Africa news data collection. A package to scraping all news of all countries of Africa. The news is by country and by date range. The data returned are: title, contents, comments, journal name and category.
The goal of afnews is to …
You can install the released version of afnews from GITHUB with:
# install.packages("devtools") devtools::install_github("armelsoubeiga/afnews")
This is a basic example which shows you how to solve a common problem:
library(afnews) ## basic example code