add_title {rrtable} | R Documentation |
Add title to docx file
Description
Add title to docx file
Usage
add_title(x, title = "", size = 20, color = NULL, before = TRUE, after = TRUE)
Arguments
x |
A document object |
title |
Title |
size |
font size |
color |
font color |
before |
Whether or not add blank paragraph before title |
after |
Whether or not add blank paragraph after title |
[Package rrtable version 0.3.0 Index]