#' Urban/Rural concordance data for meshblocks in NZ from 2006
#'
#' A dataset containing the meshblock 2006 identifier and urban/rural status
#' for all meshblocks in New Zealand.
#'
#' @format A data frame with 41392 rows and 4 variables:
#' \describe{
#' \item{Meshblock06}{Meshblock identifier}
#' \item{UR_cat}{Urban/Rural categorisation of the meshblock with 7 levels}
#' \item{UR_num}{Numeric scale of urban/rural status from -3 (most rural) to 3 (most urban)}
#' \item{UR_bool}{Urban/Rural categorisation with 2 levels ("Rural" and "Urban")}
#' }
#' @source \url{http://www.stats.govt.nz/Census/2006CensusHomePage/MeshblockDataset.aspx}
"mb_2006_ur"
#' Meshblock summary information for NZ from 2013
#'
#' A dataset containing the meshblock 2013 identifier and some summary information
#'
#' @format A data frame with 46621 rows and 11 variables:
#' \describe{
#' \item{MB2013}{Meshblock identifier from census 2013}
#' \item{MB2006}{Meshblock identifier from census 2006. Contains duplicates.}
#' \item{UR2013_num}{Numeric scale of urban/rural status from -1 (most rural) to 3 (most urban), based on 2013 meshblocks. Note, not the same scale as the 2006 classification, but <=0 is the same.}
#' \item{UR2013_name}{Named urban/rural status, based on 2013 meshblocks.}
#' \item{UR2006_num}{Numeric scale of urban/rural status from -3 (most rural) to 3 (most urban), based on 2006 meshblocks.}
#' \item{UR2006_name}{Named urban/rural status, based on 2006 meshblocks.}
#' \item{UR2013}{Urban/Rural categorisation with 2 levels ("Rural" and "Urban") from 2013. Equivalent to UR2013_num <= 0}
#' \item{UR2006}{Urban/Rural categorisation with 2 levels ("Rural" and "Urban") from 2006. Equivalent to UR2006_num <= 0}
#' \item{DHB_code}{District Health Board code for this meshblock, from 2013 census areas.}
#' \item{DHB_name}{District Health Board name for this meshblock, from 2013 census areas (Factor with 21 levels).}
#' \item{AU2013}{Area unit code for this meshblock, from 2013 census areas.}
#' \item{AU2013_name}{Area unit name for this meshblock, from 2013 census areas.}
#' \item{TA2013}{Territorial Authority code for this meshblock, from 2013 census areas.}
#' \item{TA2013_name}{Area unit name for this meshblock, from 2013 census areas.}
#' \item{Ward2013}{Ward code for this meshblock, from 2013 census areas.}
#' \item{Ward2013_name}{Ward name for this meshblock, from 2013 census areas.}
#' \item{CB2013}{Community Board code for this meshblock, from 2013 census areas.}
#' \item{CB2013_name}{Community Board name for this meshblock, from 2013 census areas.}
#' \item{RC2013}{Regional Council code for this meshblock, from 2013 census areas.}
#' \item{RC2013_name}{Regional Council name for this meshblock, from 2013 census areas.}
#' \item{GC2013}{General Constituency code for this meshblock, from 2013 census areas.}
#' \item{GC2013_name}{General Constituency name for this meshblock, from 2013 census areas.}
#' \item{MC2013}{Māori Constituency code for this meshblock, from 2013 census areas.}
#' \item{MC2013_name}{Māori Constituency name for this meshblock, from 2013 census areas.}
#' \item{GE2007}{General Electorate code for this meshblock, from 2007 election areas.}
#' \item{GE2007_name}{General Electorate name for this meshblock, from 2007 election areas.}
#' \item{ME2007}{Māori Electorate code for this meshblock, from 2007 election areas.}
#' \item{ME2007_name}{Māori Electorate name for this meshblock, from 2007 election areas.}
#' \item{LC2013}{Land Code for this meshblock, from 2013 census areas.}
#' \item{LC2013_name}{Land Code name for this meshblock, from 2013 census areas.}
#' \item{Area}{Area of this meshblock in square kilometers.}
#' \item{X}{X coordinate of meshblock centroid.}
#' \item{Y}{Y coordinate of meshblock centroid.}
#' \item{Pop2001}{Population of meshblock in 2001.}
#' \item{Pop2006}{Population of meshblock in 2006.}
#' \item{Pop2013}{Population of meshblock in 2013.}
#' }
#' @source \url{http://www.stats.govt.nz/Census/2013-census.aspx}
"mb2013"
#' Meshblock summary information for NZ from 2006
#'
#' A dataset containing the meshblock 2006 identifier and some summary information.
#' This is essentially a filtered version of `mb2013`, with population information
#' summed where meshblocks have been split from 2006 to 2013.
#'
#' @format A data frame with 41376 rows and 11 variables:
#' \describe{
#' \item{MB2006}{Meshblock identifier from census 2006.}
#' \item{UR2006_num}{Numeric scale of urban/rural status from -3 (most rural) to 3 (most urban), based on 2006 meshblocks.}
#' \item{UR2006_name}{Named urban/rural status, based on 2006 meshblocks.}
#' \item{UR2006}{Urban/Rural categorisation with 2 levels ("Rural" and "Urban") from 2006. Equivalent to UR2006_num <= 0}
#' \item{DHB_code}{District Health Board code for this meshblock, from 2013 census areas.}
#' \item{DHB_name}{District Health Board name for this meshblock, from 2013 census areas (Factor with 21 levels).}
#' \item{AU2006}{Area unit code for this meshblock, from 2006 census areas.}
#' \item{AU2006_name}{Area unit name for this meshblock, from 2006 census areas.}
#' \item{TA2006}{Territorial Authority code for this meshblock, from 2006 census areas.}
#' \item{TA2006_name}{Area unit name for this meshblock, from 2006 census areas.}
#' \item{Ward2006}{Ward code for this meshblock, from 2006 census areas.}
#' \item{Ward2006_name}{Ward name for this meshblock, from 2006 census areas.}
#' \item{RC2006}{Regional Council code for this meshblock, from 2006 census areas.}
#' \item{RC2006_name}{Regional Council name for this meshblock, from 2006 census areas.}
#' \item{Pop2001}{Population of meshblock in 2001.}
#' \item{Pop2006}{Population of meshblock in 2006.}
#' \item{Pop2013}{Population of meshblock in 2013.}
#' }
#' @source \url{http://www.stats.govt.nz/Census/2013-census.aspx}
"mb2006"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.