Skip to content

Commit

Permalink
Added IMD UK LAD dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jennajt committed Jul 11, 2024
1 parent 8d51d61 commit 7527b82
Show file tree
Hide file tree
Showing 7 changed files with 836 additions and 0 deletions.
13 changes: 13 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -1077,3 +1077,16 @@ NULL
#' }
#' @source \url{https://www.gov.uk/}
"imd2004_msoa11_england"

#' Index of Multiple Deprivation (multiple years) for LAD in UK
#'
#' A data set containing IMD deciles for the UK. Each nation deciled separately.
#'
#' @format A data frame of class "tbl" with 382 rows and 2 variables:
#' \describe{
#' \item{lad_code}{LAD equivalent code}
#' \item{IMD Deciles, 1: most deprived, 10: least deprived}{IMD decile}
#' ...
#' }
#' @source \url{https://www.gov.uk/}
"imd_uk_lad"
Loading

0 comments on commit 7527b82

Please sign in to comment.