progress_reports: Produce a tidy dataframe of Scaling Up Nutrition Movement's...

View source: R/progress_reports.R

progress_reportsR Documentation

Produce a tidy dataframe of Scaling Up Nutrition Movement's progress reports from 2011 to 2017

Description

Returns a tidy data frame of Scaling Up Nutrition Movement's published annual progress reports from 2011 to 2017 with five columns: text, which contains the text of the progress reports divided into elements of up to about 70 characters each, page, which contains the page number to which the text belongs to in the corresponding report, linenumber, which contains the linenumber where the text can be found in the corresponding report, chapter, which contains the chapter where the text can be found in the corresponding report, and year, which contains the year in which the corresponding report was released.

Usage

progress_reports()

Value

A data frame with 5 columns: text, page, linenumber, chapter, year.

Examples

progress_reports()


katilingban/scalingupnutrition documentation built on April 17, 2024, 4:50 p.m.