metalite_table1_to_rtf: Convert 'metalite_table1' to an RTF file

View source: R/metalite_table1_to_rtf.R

metalite_table1_to_rtfR Documentation

Convert metalite_table1 to an RTF file

Description

Convert metalite_table1 to an RTF file

Usage

metalite_table1_to_rtf(
  x,
  file,
  title = "Baseline Characteristics",
  col_rel_width = NULL
)

Arguments

x

Output of metalite_table1.

file

A character string naming a file to save rtf file.

title

Title in a character string.

col_rel_width

Column relative width in a vector e.g. c(2,1,1) refers to 2:1:1. Default is NULL for equal column width.

Value

a string of the RTF file path


metalite.table1 documentation built on May 29, 2024, 1:25 a.m.