forest_ci_separator: Determine CI separator for forest plot text annotations

View source: R/forest_utils.R

forest_ci_separatorR Documentation

Determine CI separator for forest plot text annotations

Description

Returns the appropriate separator string between CI lower and upper bounds in forest plot annotations. Considers whether values may be negative and the current locale's decimal mark.

Usage

forest_ci_separator(has_negatives, marks = NULL)

Arguments

has_negatives

Logical indicating whether any CI bounds are negative.

marks

Optional list with big.mark and decimal.mark as returned by resolve_number_marks.

Value

Character string separator.


summata documentation built on May 7, 2026, 5:07 p.m.