Logo Lanfrica

armelsoubeiga/afnews

Record type:

software
Creator:
arm
Host:
Africa news data collection. A package to scraping all news of all countries of Africa. # afnews 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. Website | Get Started The goal of afnews is to ... ## Installation You can install the released version of afnews from GITHUB with: ``` r # install.packages("devtools") devtools::install_github("armelsoubeiga/afnews") ``` ## Example This is a basic example which shows you how to solve a common problem: ``` r library(afnews) ## basic example code ```