-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.