-
-
Notifications
You must be signed in to change notification settings - Fork 9
Improves random data documentation (rAD**)
#376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
1d4dc45
3640e91
ed262bb
b310790
2a81258
24b4155
760be4c
5cdc87d
585eea9
751a49c
7c6c70d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,92 +1,108 @@ | ||
| #' Random adverse events | ||
| #' Simulated `CDISC` Data for Examples | ||
| #' | ||
| #' @description | ||
| #' This package contains random datasets that are used for testing purposes in the `teal.data` package: | ||
| #' | ||
| #' - `rADSL` Random subject-level analysis dataset | ||
| #' | ||
| #' @name random_cdisc_data | ||
| #' @docType data | ||
| #' @keywords datasets | ||
| #' @source - `rADSL`: [random.cdisc.data::cadsl] | ||
| # nolint start: line_length. | ||
| #' @format - `rADSL`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADSL)` rows and `r ncol(rADSL)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
|
averissimo marked this conversation as resolved.
Outdated
|
||
| "rADSL" | ||
|
|
||
| #' @description - `rADAE`: Random adverse events analysis dataset | ||
| #' @docType data | ||
| #' @usage rADAE | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADAE | ||
| #' @keywords datasets | ||
| #' @source - `rADAE`: [random.cdisc.data::cadae] | ||
| # nolint start: line_length. | ||
| #' @format - `rADAE`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADAE)` rows and `r ncol(rADAE)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADAE" | ||
|
|
||
| #' Random concomitant medications | ||
| #' | ||
| #' @description - `rADCM`: Random concomitant medications analysis dataset | ||
| #' @docType data | ||
| #' @usage rADCM | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADCM | ||
| #' @keywords datasets | ||
| #' @source - `rADCM`: [random.cdisc.data::cadcm] | ||
| # nolint start: line_length. | ||
| #' @format - `rADCM`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADCM)` rows and `r ncol(rADCM)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADCM" | ||
|
|
||
| #' Random response | ||
| #' | ||
| #' Random exposure. | ||
| #' | ||
| #' @description - `rADEX`: Random response analysis dataset | ||
| #' @docType data | ||
| #' @usage rADEX | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADEX | ||
| #' @keywords datasets | ||
| #' @source - `rADEX`: [random.cdisc.data::cadex] | ||
| # nolint start: line_length. | ||
| #' @format - `rADEX`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADEX)` rows and `r ncol(rADEX)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADEX" | ||
|
|
||
| #' Random lab analysis | ||
| #' | ||
| #' @description - `rADLB`: Random laboratory data analysis dataset | ||
| #' @docType data | ||
| #' @usage rADLB | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADLB | ||
| #' @keywords datasets | ||
| #' @source - `rADLB`: [random.cdisc.data::cadlb] | ||
| # nolint start: line_length. | ||
| #' @format - `rADLB`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADLB)` rows and `r ncol(rADLB)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADLB" | ||
|
|
||
| #' Random response | ||
| #' | ||
| #' @description - `rADRS`: Random response analysis dataset | ||
| #' @docType data | ||
| #' @usage rADRS | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADRS | ||
| #' @keywords datasets | ||
| #' @source - `rADRS`: [random.cdisc.data::cadrs] | ||
| # nolint start: line_length. | ||
| #' @format - `rADRS`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADRS)` rows and `r ncol(rADRS)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADRS" | ||
|
|
||
| #' Random patient listing | ||
| #' | ||
| #' @docType data | ||
| #' @usage rADSL | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADSL | ||
| "rADSL" | ||
|
|
||
| #' Random data `rADTR` | ||
| #' | ||
| #' @description - `rADTR`: Random tumor response analysis dataset | ||
| #' @docType data | ||
| #' @usage rADTR | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADTR | ||
| #' @keywords datasets | ||
| #' @source - `rADTR`: [random.cdisc.data::cadtr] | ||
| # nolint start: line_length. | ||
| #' @format - `rADTR`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADTR)` rows and `r ncol(rADTR)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADTR" | ||
|
|
||
| #' Random time to event analysis dataset | ||
| #' | ||
| #' @description - `rADTTE`: Random time to event analysis dataset | ||
| #' @docType data | ||
| #' @usage rADTTE | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADTTE | ||
| #' @keywords datasets | ||
| #' @source - `rADTTE`: [random.cdisc.data::cadtte] | ||
| # nolint start: line_length. | ||
| #' @format - `rADTTE`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADTTE)` rows and `r ncol(rADTTE)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADTTE" | ||
|
|
||
| #' Random data `rADVS` | ||
| #' | ||
| #' @description - `rADVS`: Random vital signs analysis dataset | ||
| #' @docType data | ||
| #' @usage rADVS | ||
| #' @keywords datasets internal | ||
| #' @source internal | ||
| #' @name rADVS | ||
| #' @keywords datasets | ||
| #' @source - `rADVS`: [random.cdisc.data::cadvs] | ||
| # nolint start: line_length. | ||
| #' @format - `rADVS`: An object of class `tbl_df` (inherits from `tbl`, `data.frame`) with `r nrow(rADVS)` rows and `r ncol(rADVS)` columns. | ||
| # nolint end: line_length. | ||
| #' @rdname rADSL | ||
| "rADVS" | ||
|
|
||
| #' List containing default joining keys for `CDISC` datasets | ||
| #' | ||
| #' This data object is created at loading time from `cdisc_datasets/cdisc_datasets.yaml`. | ||
| #' These represent primary and foreign keys for joining `CDISC` datasets. | ||
| #' | ||
| #' @name default_cdisc_join_keys | ||
| #' @usage default_cdisc_join_keys | ||
| #' @docType data | ||
| #' @source internal | ||
| #' @source internal. See `data-raw/cdisc_datasets.yaml` and `data-raw/data.R` for details. | ||
| #' @seealso [join_keys()] | ||
| #' @examples | ||
| #' default_cdisc_join_keys | ||
| #' default_cdisc_join_keys[c("ADSL", "ADAE")] # Subset for ADSL and ADAE | ||
| "default_cdisc_join_keys" | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.