-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from Public-Health-Scotland/cran/documentatio…
…n-return-values Update the documentation
- Loading branch information
Showing
32 changed files
with
407 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
#' Codes and names of Scottish geographical and administrative areas. | ||
#' | ||
#' A dataset containing Scotland's geography codes and associated area names. | ||
#' It is used within \code{\link{match_area}}. | ||
#' It is used within [match_area()]. | ||
#' | ||
#' @details \code{geo_code} contains geography codes pertaining to Health | ||
#' @details `geo_code` contains geography codes pertaining to Health | ||
#' Boards, Council Areas, Health and Social Care Partnerships, Intermediate | ||
#' Zones, Data Zones (2001 and 2011), Electoral Wards, Scottish Parliamentary | ||
#' Constituencies, UK Parliamentary Constituencies, Travel to work areas, | ||
#' National Parks, Community Health Partnerships, Localities (S19), | ||
#' Settlements (S20) and Scotland. | ||
#' | ||
#' @seealso The script used to create the \code{area_lookup} dataset on | ||
#' \href{https://github.com/Public-Health-Scotland/phsmethods/blob/master/data-raw/area_lookup.R}{GitHub}. | ||
#' @seealso The script used to create the `area_lookup` dataset on | ||
#' [GitHub](https://github.com/Public-Health-Scotland/phsmethods/blob/master/data-raw/area_lookup.R). | ||
#' | ||
#' @format A \code{\link[tibble]{tibble}} with 2 variables and over 17,000 rows: | ||
#' @format A [tibble::tibble()] with 2 variables and over 17,000 rows: | ||
#' \describe{ | ||
#' \item{geo_code}{Standard geography code - 9 characters} | ||
#' \item{area_name}{Name of the area the code represents} | ||
#' } | ||
#' @source \url{https://statistics.gov.scot/} | ||
#' @source <https://statistics.gov.scot/> | ||
"area_lookup" |
Oops, something went wrong.