View source: R/metalite_table1_to_rtf.R
metalite_table1_to_rtf | R Documentation |
metalite_table1
to an RTF fileConvert metalite_table1
to an RTF file
metalite_table1_to_rtf(
x,
file,
title = "Baseline Characteristics",
col_rel_width = NULL
)
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. |
a string of the RTF file path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.