Interactive Forest Plot
forestly.Rmd
Overview
The forestly
package is developed to generate
interactive forest plot for the safety analysis in clinical trials.
This document introduces you to forestly
’s basic
workflow.
For example, we can create a quick interactive forest plot example as below.
meta_ae_dummy()
is a dummy meta data for illustration purpose.
meta_ae_dummy() |>
prepare_ae_forestly(population = "apat",
observation = "wk12",
parameter = "any;rel;ser") |>
format_ae_forestly() |>
ae_forestly()