Skip to content

Commit bb214fe

Browse files
committed
Update the example in rtf_static_forestly()
1 parent 71aafa8 commit bb214fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/rtf_static_forestly.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
#' labels = c("Low Dose", "Placebo")
5050
#' )
5151
#' outdata <- meta_forestly(
52-
#' dataset_adsl = forestly_adsl,
53-
#' dataset_adae = forestly_adae
52+
#' dataset_adsl = forestly_adsl[1:40, ],
53+
#' dataset_adae = forestly_adae[1:40, ]
5454
#' ) |>
5555
#' prepare_ae_forestly()|>
5656
#' format_ae_forestly()

man/rtf_static_forestly.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)