#' Urban vs. Rural Improved Water Access Data
#'
#' The Urban vs. Rural data is a Time Series measuring water
#' availability in countries around the world. This data set contains
#' information on 205 entities from 1990 to 2015.
#'
#' @docType data
#'
#' @usage
#' urban_rural_water
#' data(urban_rural_water) # loads into working evironment
#'
#' @format An object of class \code{"data.frame"} with 5164 rows and
#' 7 columns:
#' \describe{
#' \item{entity}{}
#' \item{code}{}
#' \item{year}{}
#' \item{urban}{Percent of urban population with access to clean drinking water}
#' \item{rural}{Percent of rural population with access to clean drinking water}
#' \item{pop}{Entity population}
#' }
#'
"urban_rural_water"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.