Learn R Programming

rrtable (version 0.1.0)

add_title: 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