-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d596466
commit 5ea1e59
Showing
4 changed files
with
52 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#' OPCS4 data | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(OPCS4) | ||
#' | ||
#' @format | ||
#' | ||
#' @keywords datasets | ||
#' | ||
#' @references | ||
#' | ||
#' @source https://biobank.ndph.ox.ac.uk/ukb/coding.cgi?id=240 | ||
#' | ||
#' @examples | ||
#' \dontrun{data(OPCS4)} | ||
"OPCS4" |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#' demographic data | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(demographic_data) | ||
#' | ||
#' @format | ||
#' | ||
#' @keywords datasets | ||
#' | ||
#' @references | ||
#' | ||
#' | ||
#' @examples | ||
#' \dontrun{data(demographic_data)} | ||
"demographic_data" |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.