项目作者: armelsoubeiga

项目描述 :
Africa news data collection. A package to scraping all news of all countries of Africa.
高级语言: R
项目地址: git://github.com/armelsoubeiga/afnews.git
创建时间: 2020-09-27T20:39:21Z
项目社区:https://github.com/armelsoubeiga/afnews

开源协议:Other

下载


afnews

R build status
lifecycle
version
code-size





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:

  1. # install.packages("devtools")
  2. devtools::install_github("armelsoubeiga/afnews")

Example

This is a basic example which shows you how to solve a common problem:

  1. library(afnews)
  2. ## basic example code