metalite_table1_to_rtf {metalite.table1} | R 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 |
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
[Package metalite.table1 version 0.4.0 Index]