Is it possible to use gt_plt_conf_int() to show the mean value (or whatever I defined as column)? Often, this value is more important than the lower and upper CI.
Ideally, I'd like to show the mean value on top of the small plot, and the lower and upper CI left and right of the plot, so that the labels do not overlap (which currently happens, if the range of CIs is variable).
Is there an equivalent to ggplots geom_pointrange()?