metalite_table1_to_rtf: 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
)
Value
a string of the RTF file path
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.