Skip to content

Commit

Permalink
Corrected item mistakenly listed as href and replaced href with url
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Oct 17, 2024
1 parent a00500a commit ca7b819
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions R/ons_uk_population_2023.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' components of population change, median age and population density).
#'
#' Data sourced from
#' \href{https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatesforukenglandandwalesscotlandandnorthernireland}
#' \url{https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatesforukenglandandwalesscotlandandnorthernireland}
#'
#' @docType data
#'
Expand All @@ -15,14 +15,15 @@
#' @format Tibble with six columns
#' \describe{
#' \item{sex}{male or female}
#' \item{Code}{The country/geography code}
#' \href{Name}{country of the UK}
#' \item{Code}{country/geography code}
#' \item{Name}{country of the UK}
#' \item{Geography}{Country}
#' \item{age}{year of age}
#' \item{count}{the number of people in this group}
#' }
#'
#' @source \href{https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatesforukenglandandwalesscotlandandnorthernireland}{ONS Estimates of the population for the UK, England, Wales, Scotland, and Northern Ireland}
#' @source
#' \url{https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatesforukenglandandwalesscotlandandnorthernireland}{ONS Estimates of the population for the UK, England, Wales, Scotland, and Northern Ireland}
#'
#' @usage data(ons_uk_population_2023)
#'
Expand Down
8 changes: 4 additions & 4 deletions man/ons_uk_population_2023.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca7b819

Please sign in to comment.