| fp_set_summary | R Documentation |
Set is.summary rows on a gforge_forestplot object using a row predicate.
This helper is intended for pipe-first workflows where summary rows are
decided after label extraction/remapping.
fp_set_summary(x, where)
x |
A |
where |
A row predicate. Supports:
|
A modified gforge_forestplot object.
data(inventors_vs_mello)
inventors_vs_mello |>
forestplot(mean = est, lower = lb, upper = ub, labeltext = author) |>
fp_extract_labels(Study = author) |>
fp_set_summary(startsWith(type, "subtotal") | startsWith(type, "total"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.