Skip to content

Commit c9ffc50

Browse files
authored
Merge pull request #102 from Merck/update-example-rtf_static_forestly
Update the example in `rtf_static_forestly()`
2 parents 71aafa8 + bb214fe commit c9ffc50

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)