R/countries_population.R

#' World Population by Countries
#'
#' A dataset containing the population of world countries with names compatible
#' with John Hopkins Data
#'
#' @format A data frame with 243 rows and 2 variables:
#' \describe{
#'   \item{Country_Region}{Country name, a character}
#'   \item{Population}{population of the country, a numeric}
#' }
#' @source \url{https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population}
"countries_population"
cuisquare/JHCovidHelpers documentation built on Jan. 7, 2023, 3:28 p.m.