Skip to content
Snippets Groups Projects
Commit 7137268c authored by rudeboybert's avatar rudeboybert
Browse files

Added units (US$, inflation-adjusted) to gdpPercap variable in gapminder data frame.

parent bf439dd6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#' \item{year}{ranges from 1952 to 2007 in increments of 5 years}
#' \item{lifeExp}{life expectancy at birth, in years}
#' \item{pop}{population}
#' \item{gdpPercap}{GDP per capita}
#' \item{gdpPercap}{GDP per capita (US$, inflation-adjusted)}
#' }
#'
#' The supplemental data frame \code{\link{gapminder_unfiltered}} was not
......
......@@ -11,7 +11,7 @@
\item{year}{ranges from 1952 to 2007 in increments of 5 years}
\item{lifeExp}{life expectancy at birth, in years}
\item{pop}{population}
\item{gdpPercap}{GDP per capita}
\item{gdpPercap}{GDP per capita (US$, inflation-adjusted)}
}
The supplemental data frame \code{\link{gapminder_unfiltered}} was not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment