Collection function of all the articles of contry Mali

ml_news_collect(start_d, end_d, press = "all")

Arguments

start_d

yyyy-mm-dd start date of collection (oldest date, eg: yesterday)

end_d

yyyy-mm-dd end date of collection (newest date, eg: today)

press

specify the name of a press.

Value

a table containing the articles published in the period

Examples

library(afnews) dt_ <- ml_news_collect(start_d="2020-10-20", end_d="2020-10-28", press="all")
#> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> Done!
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: 4 failed to parse.
#> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: 7 failed to parse.
#> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#> Warning: 13 failed to parse.
#> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#> Warning: 9 failed to parse.
#> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Warning: 2 failed to parse.
#> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#> Warning: 10 failed to parse.
#> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#> Warning: All formats failed to parse. No formats found.
#> Warning: All formats failed to parse. No formats found.
#> Done!
head(dt_)
#> date_article #> 1 2020-10-28 #> 2 2020-10-28 #> 3 2020-10-28 #> 4 2020-10-26 #> 5 2020-10-26 #> 6 2020-10-26 #> url_article #> 1 https://www.lesechos.ml/news/chronique-vive-lafrique-africaine-hommage-a-anna-diallo-kouyate #> 2 https://www.lesechos.ml/news/le-mali-veut-dialoguer-avec-ses-djihadistes-de-quoi-la-france-a-t-elle-peur #> 3 https://www.lesechos.ml/news/le-m5-rfp-peut-il-se-remettre-sur-orbite #> 4 https://www.lesechos.ml/news/mouvement-du-5-juin-rassemblement-des-forces-patriotiques-m5-rfp-declaration-liminaire-de-lassemblee-generale-du-m5-rfp-du-24-octobre-2020 #> 5 https://www.lesechos.ml/news/lassemblee-generale-le-m5-rfp-exige-a-limam-dicko-de-clarifier-sa-position #> 6 https://www.lesechos.ml/news/editorial-ajuster-les-pendules #> title_article #> 1 CHRONIQUE Vive l’Afrique Africaine - Ho... #> 2 LE MALI VEUT DIALOGUER AVEC SES DJIHADIS... #> 3 Le M5-RFP peut-il se remettre sur orbite... #> 4 Mouvement du 5 Juin – Rassemblement des... #> 5 L’ASSEMBLEE GENERALE Le M5-RFP exige à... #> 6 EDITORIAL Ajuster les pendules !