Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
wangben718 committed Jun 12, 2024
1 parent f4bc7d2 commit 3c35e03
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/meta_sl_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ meta_sl_example <- function() {
var = "EOSSTT",
label = "Trial Disposition"
) |>
define_parameter(
metalite::define_parameter(
name = "medical-disposition",
var = "EOTSTT1",
label = "Participant Study Medication Disposition"
Expand Down
4 changes: 2 additions & 2 deletions R/rtf_base_char.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ rtf_base_char <- function(

#' Format Treatment Compliance Analysis
#'
#' @inheritParams format_base_char
#' @inheritParams rtf_base_char
#'
#' @return A list of analysis raw datasets.
#'
Expand All @@ -220,7 +220,7 @@ rtf_trt_compliance <- rtf_base_char

#' Format Disposition Analysis
#'
#' @inheritParams format_base_char
#' @inheritParams rtf_base_char
#'
#' @return A list of analysis raw datasets.
#'
Expand Down
21 changes: 20 additions & 1 deletion man/rtf_disposition.Rd

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

21 changes: 20 additions & 1 deletion man/rtf_trt_compliance.Rd

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

0 comments on commit 3c35e03

Please sign in to comment.