Skip to content

Commit

Permalink
Merge pull request #219 from pharmaverse/218_add_data_source@devel
Browse files Browse the repository at this point in the history
218 add data source
  • Loading branch information
ahasoplakus authored Jul 25, 2023
2 parents 4060d42 + 8e0e74b commit a76d6be
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#'
#' A SDTM IS dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_is.rda}
#' @keywords dataset
#' @family dataset
"vx_is"
Expand All @@ -10,6 +11,7 @@
#'
#' A SDTM CE dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_ce.rda}
#' @keywords dataset
#' @family dataset
"vx_ce"
Expand All @@ -18,6 +20,7 @@
#'
#' A SDTM DM dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_dm.rda}
#' @keywords dataset
#' @family dataset
"vx_dm"
Expand All @@ -26,6 +29,7 @@
#'
#' A SDTM EX dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_ex.rda}
#' @keywords dataset
#' @family dataset
"vx_ex"
Expand All @@ -34,6 +38,7 @@
#'
#' A SDTM FACE dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_face.rda}
#' @keywords dataset
#' @family dataset
"vx_face"
Expand All @@ -42,6 +47,7 @@
#'
#' A SDTM VS dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_vs.rda}
#' @keywords dataset
#' @family dataset
"vx_vs"
Expand All @@ -50,6 +56,7 @@
#'
#' A subject level analysis dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_adsl.rda}
#' @keywords dataset
#' @family dataset
"vx_adsl"
Expand All @@ -58,6 +65,7 @@
#'
#' A SDTM Supplementary IS dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_suppis.rda}
#' @keywords dataset
#' @family dataset
"vx_suppis"
Expand All @@ -66,6 +74,7 @@
#'
#' A SDTM Supplementary CE dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_suppce.rda}
#' @keywords dataset
#' @family dataset
"vx_suppce"
Expand All @@ -74,13 +83,15 @@
#'
#' A SDTM Supplementary DM dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_suppdm.rda}
#' @keywords dataset
#' @family dataset
"vx_suppdm"

#' Supplemental Exposure
#' A SDTM Supplementary EX dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_suppex.rda}
#' @keywords dataset
#' @family dataset
"vx_suppex"
Expand All @@ -89,6 +100,7 @@
#'
#' A SDTM Supplementary FACE dataset
#'
#' @source \url{https://github.com/pharmaverse/admiralvaccine/blob/main/data/vx_suppface.rda}
#' @keywords dataset
#' @family dataset
"vx_suppface"
3 changes: 3 additions & 0 deletions man/vx_adsl.Rd

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

3 changes: 3 additions & 0 deletions man/vx_ce.Rd

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

3 changes: 3 additions & 0 deletions man/vx_dm.Rd

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

3 changes: 3 additions & 0 deletions man/vx_ex.Rd

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

3 changes: 3 additions & 0 deletions man/vx_face.Rd

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

3 changes: 3 additions & 0 deletions man/vx_is.Rd

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

3 changes: 3 additions & 0 deletions man/vx_suppce.Rd

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

3 changes: 3 additions & 0 deletions man/vx_suppdm.Rd

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

3 changes: 3 additions & 0 deletions man/vx_suppex.Rd

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

3 changes: 3 additions & 0 deletions man/vx_suppface.Rd

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

3 changes: 3 additions & 0 deletions man/vx_suppis.Rd

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

3 changes: 3 additions & 0 deletions man/vx_vs.Rd

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

0 comments on commit a76d6be

Please sign in to comment.