text_table: Quickly produce text tables to accompany forest plots.

Description Usage Arguments Value Examples

View source: R/text_table.R

Description

Quickly produce text tables to accompany forest plots.

Usage

1
2
text_table(.data, ..., study = study, group = NULL, show_y_facets = TRUE,
  show_y_axis = TRUE, show_grid = FALSE, size = 3.75)

Arguments

.data

a data.frame

...

bare variable names to include in the table

study

name of study variable

group

a grouping variable

show_y_facets

logical. Should y-axis facets be included if grouped?

show_y_axis

logical. Should study names be included on y-axis?

show_grid

logical. Show grid lines?

size

text size

Value

a ggplot2 object

Examples

1
2
meta_analysis(iud_cxca, yi = lnes, sei = selnes, slab = study_name) %>%
  text_table(weight)

malcolmbarrett/tidymeta documentation built on May 30, 2019, 11:42 a.m.