tableby_to_kable: Convert an arsenal::tableby object to a kable

View source: R/tableby_to_kable.R

tableby_to_kableR Documentation

Convert an arsenal::tableby object to a kable

Description

Create a funnel plot from a dataframe containing at least two columns (i.e numerator and denominator) It is currently working only with binary outcome, continuous outcomes will be supported in future

Usage

tableby_to_kable(tableby, label_translation, caption, ref_label)

Arguments

tableby

tableby object

label_translation

A named list (or vector) where the name is the label in the output to be replaced in the pretty rendering by the character string value for the named element of the list, e.g., list(age = "Age(Years)", meansd = "Mean(SD)")

caption

Title/caption for the table, defaulting to NULL (no title).

ref_label

The table reference label

Value

a kable object


farhadsalimi/registryr documentation built on June 24, 2022, 12:23 a.m.