meta_forestly: Create metadata for interactive forest plot

View source: R/meta_forestly.R

meta_forestlyR Documentation

Create metadata for interactive forest plot

Description

Create metadata for interactive forest plot

Usage

meta_forestly(
  dataset_adsl,
  dataset_adae,
  population_term = "apat",
  observation_term = "safety",
  parameter_term = "any;rel",
  population_subset,
  observation_subset,
  treatment_group = "TRTA"
)

Arguments

dataset_adsl

ADSL source dataset.

dataset_adae

ADAE source dataset.

population_term

A character value of population term name.

observation_term

A character value of observation term name.

parameter_term

A character value of parameter term name.

population_subset

An unquoted condition for selecting the populations from ADSL dataset.

observation_subset

An unquoted condition for selecting the observations from ADAE dataset.

treatment_group

A character value of treatment group name.

Value

A metalite object.

Examples

meta_forestly(
  forestly_adsl,
  forestly_adae,
  population_term = "apat",
  observation_term = "safety",
  parameter_term = "any;rel"
)

forestly documentation built on April 3, 2025, 7:48 p.m.