R/data.R

#'
#' SUN Movement annual progress report 2011
#'
#' @format A tibble with 4 columns and 2209 rows:
#'
#' | **Variable** | **Description** |
#' | :--- | :--- |
#' | *text* | Line of text from the 2011 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_2011
#'
#' @source Scaling Up Nutrition Movement 2011
#'
"progress_report_2011"


#'
#' SUN Movement annual progress report 2012
#'
#' @format A tibble with 4 columns and 2016 rows:
#'
#' | **Variable** | **Description** |
#' | :--- | :--- |
#' | *text* | Line of text from the 2012 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_2012
#'
#' @source Scaling Up Nutrition Movement 2012
#'
"progress_report_2012"


#'
#' SUN Movement annual progress report 2013
#'
#' @format A tibble with 4 columns and 2915 rows:
#'
#' | **Variable** | **Description** |
#' | :--- | :--- |
#' | *text* | Line of text from the 2013 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_2013
#'
#' @source Scaling Up Nutrition Movement 2013
#'
"progress_report_2013"


#'
#' SUN Movement annual progress report 2014
#'
#' @format A tibble with 4 columns and 3873 rows:
#'
#' | **Variable** | **Description** |
#' | :--- | :--- |
#' | *text* | Line of text from the 2014 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_2014
#'
#' @source Scaling Up Nutrition Movement 2014
#'
"progress_report_2014"


#'
#' SUN Movement annual progress report 2015
#'
#' @format A tibble with 4 columns and 10886 rows:
#'
#' | **Variable** | **Description** |
#' | :--- | :--- |
#' | *text* | Line of text from the 2015 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_2015
#'
#' @source Scaling Up Nutrition Movement 2015
#'
"progress_report_2015"


#'
#' 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
#'
#' @source Scaling Up Nutrition Movement 2016
#'
"progress_report_2016"


#'
#' SUN Movement annual progress report 2017
#'
#' @format A tibble with 4 columns and 7586 rows:
#'
#' | **Variable** | **Description** |
#' | :--- | :--- |
#' | *text* | Line of text from the 2017 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_2017
#'
#' @source Scaling Up Nutrition Movement 2017
#'
"progress_report_2017"


#'
#' Scaling Up Nutrition investment database
#'
#' @format A tibble with 14 columns and 16313 rows.
#'
#' | **Variable** | **Description** |
#' | :--- | :--- |
#' | *Country* | Country name |
#' | *Budget year* | Year (as character value) budget is for |
#' | *Ministry, department or agency* | Name of ministry, department or agency |
#' | *Search term* | Search term |
#' | *Budget line item* | Name of budget line item |
#' | *Budget line item description* | Description of budget line item |
#' | *Nutrition-Sensitive/Specific* | Classification of budget line item |
#' | *Sector* | Sector classification for budget line item |
#' | *Nutrition-sensitive typology* | Type of nutrition-sensitive budget line item |
#' | *Nutrition-specific typology* | Type of nutrition-specific budget line item |
#' | *Currency code* | Thee letter code for country currency |
#' | *Allocations (Country currency)* | Amount in country currency (as character value) allocated to budget line item |
#' | *Deflator allocations (Country currency)* | Amount in country currency (as numeric value) allocated to budget line item |
#' | *Available sub-national information* | Is there sub-national information available? |
#'
#' @examples
#' investment
#'
#' @source https://idb.scalingupnutrition.org
#'
"investment"
katilingban/scalingupnutrition documentation built on April 17, 2024, 4:50 p.m.