diff --git a/R/rtf_static_forestly.R b/R/rtf_static_forestly.R index fc34067..9a05f83 100644 --- a/R/rtf_static_forestly.R +++ b/R/rtf_static_forestly.R @@ -49,8 +49,8 @@ #' labels = c("Low Dose", "Placebo") #' ) #' outdata <- meta_forestly( -#' dataset_adsl = forestly_adsl, -#' dataset_adae = forestly_adae +#' dataset_adsl = forestly_adsl[1:40, ], +#' dataset_adae = forestly_adae[1:40, ] #' ) |> #' prepare_ae_forestly()|> #' format_ae_forestly() diff --git a/man/rtf_static_forestly.Rd b/man/rtf_static_forestly.Rd index c7d297e..1574f60 100644 --- a/man/rtf_static_forestly.Rd +++ b/man/rtf_static_forestly.Rd @@ -66,8 +66,8 @@ forestly_adae$TRTA <- factor( labels = c("Low Dose", "Placebo") ) outdata <- meta_forestly( - dataset_adsl = forestly_adsl, - dataset_adae = forestly_adae + dataset_adsl = forestly_adsl[1:40, ], + dataset_adae = forestly_adae[1:40, ] ) |> prepare_ae_forestly()|> format_ae_forestly()