Skip to content

Commit

Permalink
Add dataset "ChildMortalitySA"
Browse files Browse the repository at this point in the history
  • Loading branch information
mnrzrad committed Jul 15, 2024
1 parent 3f9e277 commit 21cca64
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions R/ChildMortalitySA.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#' Childhood Mortality Rates in Saudi Arabia (1995-2020)
#'
#' Dataset containing childhood mortality rates (under age 5) per 1000 live births for Saudi Arabia from 1995 to 2020. Data sourced from the WHO's global health indicators database.
#'
#' @name ChildMortalitySA
#'
#' @format
#' A data frame with observations of childhood mortality rates per 1000 live births.
#'
#' @source
#' World Health Organization (WHO), Global Health Observatory (GHO) data repository.
#'
#' @examples
#' data("ChildMortalitySA")
#' ChildMortalitySA
NULL
Binary file added data/ChildMortalitySA.rda
Binary file not shown.
18 changes: 18 additions & 0 deletions man/ChildMortalitySA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21cca64

Please sign in to comment.