From ca7b8196c00785fb2a581d1f7ba5236805b7713e Mon Sep 17 00:00:00 2001 From: Lextuga007 Date: Thu, 17 Oct 2024 18:52:11 +0100 Subject: [PATCH] Corrected item mistakenly listed as href and replaced href with url --- R/ons_uk_population_2023.R | 9 +++++---- man/ons_uk_population_2023.Rd | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/R/ons_uk_population_2023.R b/R/ons_uk_population_2023.R index 7a006c6..8d0a5de 100644 --- a/R/ons_uk_population_2023.R +++ b/R/ons_uk_population_2023.R @@ -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 #' @@ -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) #' diff --git a/man/ons_uk_population_2023.Rd b/man/ons_uk_population_2023.Rd index b83dd59..926ab39 100644 --- a/man/ons_uk_population_2023.Rd +++ b/man/ons_uk_population_2023.Rd @@ -8,15 +8,15 @@ 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} +\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) @@ -29,7 +29,7 @@ National and subnational mid-year population estimates for the UK and its } \details{ 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} } \examples{ data(ons_uk_population_2023)