Skip to content

Commit

Permalink
update date names
Browse files Browse the repository at this point in the history
  • Loading branch information
neilwalton committed Nov 26, 2024
1 parent d596466 commit 5ea1e59
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
17 changes: 17 additions & 0 deletions R/data_OPCS.R
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"
16 changes: 16 additions & 0 deletions R/data_demographic.R
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 added data/demographic_data.RData
Binary file not shown.
19 changes: 19 additions & 0 deletions man/demographic_data.Rd

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

0 comments on commit 5ea1e59

Please sign in to comment.