View source: R/progress_reports.R
progress_reports | R Documentation |
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.
progress_reports()
A data frame with 5 columns: text
, page
, linenumber
, chapter
,
year
.
progress_reports()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.