SUN Movement annual progress report 2016
Format
A tibble with 4 columns and 8070 rows:
| Variable | Description | 
| text | Line of text from the 2016 annual progress report | 
| page | Page number to which line of text can be found | 
| linenumber | Line number of text | 
| chapter | Document chapter to which line of text can be found | 
Examples
progress_report_2016
#> # A tibble: 7,911 × 4
#>    text                                                  page linenumber chapter
#>    <chr>                                                <int>      <int>   <int>
#>  1 "© UNICEF"                                              12          1       0
#>  2 "               Summary"                                12          2       0
#>  3 "               Key 2015-16 highlights1"                12          3       0
#>  4 "               1. The SUN Movement marks its sixth…    12          4       0
#>  5 "                  to scaling up nutrition. They ar…    12          5       0
#>  6 "                  states – united with civil socie…    12          6       0
#>  7 "                  the SUN Movement strives to end …    12          7       0
#>  8 "                  people, societies and countries."    12          8       0
#>  9 "               2. In 2016, the SUN Movement welcom…    12          9       0
#> 10 "                  of Uttar Pradesh and Jharkhand a…    12         10       0
#> # ℹ 7,901 more rows
