ae_forestly: Display interactive forest plot

View source: R/ae_forestly.R

ae_forestlyR Documentation

Display interactive forest plot

Description

Display interactive forest plot

Usage

ae_forestly(outdata, filter = c("prop", "n"), width = 1400)

Arguments

outdata

An outdata object created by format_ae_forestly().

filter

A character value of the filter variable.

width

A numeric value of width of the table in pixels.

Value

An AE forest plot saved as a shiny.tag.list object.

Examples

meta_forestly(
  dataset_adsl = forestly_adsl,
  dataset_adae = forestly_adae,
  population_term = "apat",
  observation_term = "wk12"
) |>
  prepare_ae_forestly(parameter = "any;rel;ser") |>
  format_ae_forestly() |>
  ae_forestly()

elong0527/forestly documentation built on July 4, 2023, 6:54 p.m.