R/data.R

################################################################################
#
#' Summary of budget for health sector of Liberia for fiscal year 2016-2017
#'
#' @format A list with 4 elements:
#' \describe{
#'    \item{\code{goal}}{Goal of the health sector given corresponding budget}
#'    \item{\code{strategicObjective}}{Strategic objective of health sector given
#'        corresponding goal and budget}
#'    \item{\code{summaryEconHealth2016}}{ A data.frame of the summary budget by
#'        economic classification for Fiscal Year 2016-2017}
#'        \itemize{
#'            \item{\code{code}} {- Budget code}
#'            \item{\code{economic_classification}} {- Economic classification of
#'                budget entry}
#'            \item{\code{actual_2014_2015}} {- Actual budget for Fiscal Year
#'                2014-2015}
#'            \item{\code{budget_2015_2016}} {- Planned budget for Fiscal Year
#'                2015-2016}
#'            \item{\code{actual_2015_2016}} {- Actual budget for Fiscal Year
#'                2015-2016}
#'            \item{\code{budget_2016_2017}} {- Planned budget for Fiscal Year
#'                2016-2017}
#'            \item{\code{projection_2017_2018}} {- Projected budget for Fiscal Year
#'                2017-2018}
#'            \item{\code{projection_2018_2019}} {- Projected budget for Fiscal Year
#'                2018-2019}
#'        }
#'    \item{\code{summarySpendingHealth2016}}{Summary budget by spending entity}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"summaryHealth2016"

################################################################################
#
#' Budget for Ministry of Health from the total health sector budget of Liberia
#' for fiscal year 2016-2017
#'
#' @format A data.frame with 139 rows and 10 columns:
#' \describe{
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthEcon2016"

################################################################################
#
#' Budget for Ministry of Health from the total health sector budget of Liberia
#' by county for fiscal year 2016-2017
#'
#' @format A data.frame with 16 rows and 8 columns:
#' \describe{
#'     \item{\code{countyCode}}{County code}
#'     \item{\code{county}}{County}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthCounty2016"

################################################################################
#
#' Budget for curative services by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2016-2017
#'
#' @format A data.frame with 109 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthCurative2016"

################################################################################
#
#' Budget for preventive services by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2016-2017
#'
#' @format A data.frame with 17 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthPreventive2016"

################################################################################
#
#' Budget for social welfare by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2016-2017
#'
#' @format A data.frame with 12 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthSocial2016"

################################################################################
#
#' Budget for planning, research and development by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2016-2017
#'
#' @format A data.frame with 12 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthPlanning2016"

################################################################################
#
#' Budget for health and vital statistics by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2016-2017
#'
#' @format A data.frame with 9 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthVital2016"

################################################################################
#
#' Budget for administration and management by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2016-2017
#'
#' @format A data.frame with 25 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthAdmin2016"

################################################################################
#
#' Budget for general claims by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2016-2017
#'
#' @format A data.frame with 2 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthClaims2016"

################################################################################
#
#' Budget for Ministry of Health by department and budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2016-2017
#'
#' @format A data.frame with 186 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"mohHealthDepartment2016"

################################################################################
#
#' Summary of budget for health sector of Liberia for fiscal year 2017-2018
#'
#' @format A list with 4 elements:
#' \describe{
#'    \item{\code{goal}}{Goal of the health sector given corresponding budget}
#'    \item{\code{strategicObjective}}{Strategic objective of health sector given
#'        corresponding goal and budget}
#'    \item{\code{summaryEconHealth2016}}{ A data.frame of the summary budget by
#'        economic classification for Fiscal Year 2017-2018}
#'        \itemize{
#'            \item{\code{code}} {- Budget code}
#'            \item{\code{economic_classification}} {- Economic classification of
#'                budget entry}
#'            \item{\code{actual_2015_2016}} {- Actual budget for Fiscal Year
#'                2015-2016}
#'            \item{\code{budget_2016_2017}} {- Planned budget for Fiscal Year
#'                2016-2017}
#'            \item{\code{outturn_2016_2017}} {- Estimated outturn for Fiscal Year
#'                2016-2017}
#'            \item{\code{budget_2017_2018}} {- Planned budget for Fiscal Year
#'                2017-2018}
#'            \item{\code{projection_2018_2019}} {- Projected budget for Fiscal Year
#'                2018-2019}
#'            \item{\code{projection_2019_2020}} {- Projected budget for Fiscal Year
#'                2019-2020}
#'        }
#'    \item{\code{summarySpendingHealth2016}}{Summary budget by spending entity}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"summaryHealth2017"

################################################################################
#
#' Budget for Ministry of Health from the total health sector budget of Liberia
#' for fiscal year 2017-2018
#'
#' @format A data.frame with 146 rows and 10 columns:
#' \describe{
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthEcon2017"

################################################################################
#
#' Budget for Ministry of Health from the total health sector budget of Liberia
#' by county for fiscal year 2017-2018
#'
#' @format A data.frame with 15 rows and 8 columns:
#' \describe{
#'     \item{\code{countyCode}}{County code}
#'     \item{\code{county}}{County}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthCounty2017"

################################################################################
#
#' Budget for curative services by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2017-2018
#'
#' @format A data.frame with 126 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthCurative2017"

################################################################################
#
#' Budget for preventive services by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2017-2018
#'
#' @format A data.frame with 17 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthPreventive2017"

################################################################################
#
#' Budget for social welfare by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2017-2018
#'
#' @format A data.frame with 11 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthSocial2017"

################################################################################
#
#' Budget for planning, research and development by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2017-2018
#'
#' @format A data.frame with 12 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthPlanning2017"

################################################################################
#
#' Budget for health and vital statistics by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2017-2018
#'
#' @format A data.frame with 9 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthVital2017"

################################################################################
#
#' Budget for admistration and management by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2017-2018
#'
#' @format A data.frame with 9 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthAdmin2017"

################################################################################
#
#' Budget for additional county grants by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2017-2018
#'
#' @format A data.frame with 22 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthCountyAdd2017"

################################################################################
#
#' Budget for general claims by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2017-2018
#'
#' @format A data.frame with 22 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthClaims2017"

################################################################################
#
#' Budget for Ministry of Health by department and budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2018-2019
#'
#' @format A data.frame with 22 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{outturn_2016_2017}}{Estimated outturn for Fiscal Year
#'         2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=148:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthDepartment2017"

################################################################################
#
#' Summary of budget for health sector of Liberia for fiscal year 2018-2019
#'
#' @format A list with 4 elements:
#' \describe{
#'    \item{\code{summaryEconHealth2018}}{A data.frame of the summary budget by
#'        economic classification for Fiscal Year 2018-2019}
#'        \itemize{
#'            \item{\code{code}} {- Budget code}
#'            \item{\code{economic_classification}} {- Economic classification of
#'                budget entry}
#'            \item{\code{actual_2016_2017}} {- Actual budget for Fiscal Year
#'                2016-2017}
#'            \item{\code{budget_2017_2018}} {- Planned budget for Fiscal Year
#'                2017-2018}
#'            \item{\code{outturn_2017_2018}} {- Estimated outturn for Fiscal Year
#'                2017-2018}
#'            \item{\code{budget_2018_2019}} {- Planned budget for Fiscal Year
#'                2018-2019}
#'            \item{\code{projection_2019_2020}} {- Projected budget for Fiscal Year
#'                2019-2020}
#'            \item{\code{projection_2020_2021}} {- Projected budget for Fiscal Year
#'                2020-2021}
#'        }
#'    \item{\code{summarySpendingHealth2018}}{Summary budget by spending entity}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"summaryHealth2018"

################################################################################
#
#' Budget for Ministry of Health from the total health sector budget of Liberia
#' for fiscal year 2018-2019
#'
#' @format A data.frame with 123 rows and 10 columns:
#' \describe{
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthEcon2018"

################################################################################
#
#' Budget for Ministry of Health from the total health sector budget of Liberia
#' by county for fiscal year 2018-2019
#'
#' @format A data.frame with 15 rows and 8 columns:
#' \describe{
#'     \item{\code{countyCode}}{County code}
#'     \item{\code{county}}{County}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthCounty2018"

################################################################################
#
#' Budget for curative services by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2018-2019
#'
#' @format A data.frame with 92 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthCurative2018"

################################################################################
#
#' Budget for preventive services by budget item of the Ministry of Health from
#' the total health sector budget of Liberia for fiscal year 2018-2019
#'
#' @format A data.frame with 10 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthPreventive2018"

################################################################################
#
#' Budget for planning, research and development by budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2018-2019
#'
#' @format A data.frame with 12 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthPlanning2018"

################################################################################
#
#' Budget for health and vital statistics by budget item of the Ministry of Health
#' from the total health sector budget of Liberia for fiscal year 2018-2019
#'
#' @format A data.frame with 10 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthVital2018"

################################################################################
#
#' Budget for administrative and management by budget item of the Ministry of Health
#' from the total health sector budget of Liberia for fiscal year 2018-2019
#'
#' @format A data.frame with 21 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthAdmin2018"

################################################################################
#
#' Budget for additional country grants by budget item of the Ministry of Health
#' from the total health sector budget of Liberia for fiscal year 2018-2019
#'
#' @format A data.frame with 18 rows and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthCountyAdd2018"


################################################################################
#
#' Budget for general claims by budget item of the Ministry of Health
#' from the total health sector budget of Liberia for fiscal year 2018-2019
#'
#' @format A data.frame with 1 row and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthClaims2018"

################################################################################
#
#' Budget for Ministry of Health by department and budget item of the Ministry
#' of Health from the total health sector budget of Liberia for fiscal year
#' 2018-2019
#'
#' @format A data.frame with 146 row and 12 columns:
#' \describe{
#'     \item{\code{departmentCode}}{Department Code}
#'     \item{\code{department}}{Department}
#'     \item{\code{categoryCode}}{Budget category code}
#'     \item{\code{category}}{Budget category}
#'     \item{\code{itemCode}}{Budget item code}
#'     \item{\code{item}}{Budget item}
#'     \item{\code{actual_2016_2017}}{Actual budget for Fiscal Year 2016-2017}
#'     \item{\code{budget_2017_2018}}{Planned budget for Fiscal Year 2017-2018}
#'     \item{\code{outturn_2017_2018}}{Estimated outturn for Fiscal Year
#'         2017-2018}
#'     \item{\code{budget_2018_2019}}{Planned budget for Fiscal Year 2018-2019}
#'     \item{\code{projection_2019_2020}}{Projected budget for Fiscal Year
#'         2019-2020}
#'     \item{\code{projection_2020_2021}}{Projected budget for Fiscal Year
#'         2020-2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=185:national-budget-fy-2017-18})
#'
#
################################################################################
"mohHealthDepartment2018"


################################################################################
#
#' The Republic of Liberia National Health and Social Welfare Policy for 2011 to
#' 2021
#'
#' @format A data.frame with 1140 row and 4 columns:
#' \describe{
#'     \item{\code{text}}{Lines of text from the National Health and Social
#'         Welfare Policy}
#'     \item{\code{page}}{Page number where line of text comes from}
#'     \item{\code{linenumber}}{Line number of text}
#'     \item{\code{section}}{Section of the document from which line of text is
#'         associated}
#' }
#'
#' @source Republic of Liberia, Ministy of Health and Social Welfare
#'
#
################################################################################
"healthPolicy2011"


################################################################################
#
#' The Republic of Liberia National Health and Social Welfare Plan for 2011 to
#' 2021
#'
#' @format A data.frame with 1402 row and 4 columns:
#' \describe{
#'     \item{\code{text}}{Lines of text from the National Health and Social
#'         Welfare Policy}
#'     \item{\code{page}}{Page number where line of text comes from}
#'     \item{\code{linenumber}}{Line number of text}
#'     \item{\code{section}}{Section of the document from which line of text is
#'         associated}o
#' }
#'
#' @source Republic of Liberia, Ministy of Health and Social Welfare
#'
#
################################################################################
"healthPlan2011"

################################################################################
#
#' New service delivery points (SDPs) proposed by county as per Republic of
#' Liberia National Health and Social Welfare Plan for 2011 to 2021
#'
#' @format A data.frame with 15 rows and 3 columns:
#' \describe{
#'     \item{\code{county}}{Name of county}
#'     \item{\code{facility}}{Number of facility-based service delivery points}
#'     \item{\code{nonFacility}}{Number of non-facility-based service delivery
#'     points}
#' }
#'
#' @source Republic of Liberia, Ministry of Health and Social Welfare
#'
#
################################################################################
"healthPlan2011Table1"

################################################################################
#
#' Network of Government of Liberia health facilities 2011-2021 by county as per
#' Republic of Liberia National Health and Social Welfare Plan for 2011 to 2021
#'
#' @format A data.frame with 15 rows and 10 columns:
#' \describe{
#'     \item{\code{county}}{Name of county}
#'     \item{\code{pop2021}}{Projected population by 2021}
#'     \item{\code{nh2011}}{Nursing home in 2011}
#'     \item{\code{ch2011}}{Community health centre in 2011}
#'     \item{\code{hc2011}}{Health centre in 2011}
#'     \item{\code{clinic2011}}{Health clinic in 2011}
#'     \item{\code{nh2021}}{Nursing home in 2021}
#'     \item{\code{ch2021}}{Community health centre in 2021}
#'     \item{\code{hc2021}}{Health centre in 2021}
#'     \item{\code{clinic2021}}{Health clinic in 2021}
#' }
#'
#' @source Republic of Liberia, Ministry of Health and Social Welfare
#'
#
################################################################################
"healthPlan2011Table2"

################################################################################
#
#' The Republic of Liberia National Nutritional Policy 2008
#'
#' @format A data.frame with 1009 row and 4 columns:
#' \describe{
#'     \item{\code{text}}{Lines of text from the National Health and Social
#'         Welfare Policy}
#'     \item{\code{page}}{Page number where line of text comes from}
#'     \item{\code{linenumber}}{Line number of text}
#'     \item{\code{section}}{Section of the document from which line of text is
#'         associated}
#' }
#'
#' @source Republic of Liberia, Ministy of Health and Social Welfare
#'
#
################################################################################
"nutPolicy2008"

################################################################################
#
#' The Republic of Liberia National Nutritional Policy 2019
#'
#' @format A data.frame with 1319 row and 4 columns:
#' \describe{
#'     \item{\code{text}}{Lines of text from the National Health and Social
#'         Welfare Policy}
#'     \item{\code{page}}{Page number where line of text comes from}
#'     \item{\code{linenumber}}{Line number of text}
#'     \item{\code{section}}{Section of the document from which line of text is
#'         associated}
#' }
#'
#' @source Republic of Liberia, Ministy of Health and Social Welfare
#'
#
################################################################################
"nutPolicy2019"

################################################################################
#
#' National budget summary by spending entities
#'
#' @format A data.frame with 88 rows and 10 columns:
#' \describe{
#'     \item{\code{sectorCode}}{Sector code}
#'     \item{\code{Sector}}{Sector}
#'     \item{\code{spendingEntityCode}}{Spending entity code}
#'     \item{\code{spendingEntity}}{Spending entity}
#'     \item{\code{actual_2014_2015}}{Actual budget for Fiscal Year 2014-2015}
#'     \item{\code{budget_2015_2016}}{Planned budget for Fiscal Year 2015-2016}
#'     \item{\code{actual_2015_2016}}{Actual budget for Fiscal Year 2015-2016}
#'     \item{\code{budget_2016_2017}}{Planned budget for Fiscal Year 2016-2017}
#'     \item{\code{projection_2017_2018}}{Projected budget for Fiscal Year
#'         2017-2018}
#'     \item{\code{projection_2018_2019}}{Projected budget for Fiscal Year
#'         2018-2019}
#' }
#'
#' @source Republic of Liberia, Ministry of Finance and Development Planning
#' (\url{https://www.mfdp.gov.lr/index.php/the-budget?download=108:national-budget-fy-2016-17})
#'
#
################################################################################
"natBudgetSummary2016"
validmeasures/liberiaNutriBudget documentation built on June 4, 2019, 5:45 p.m.