cb_add_title: Optionally Add Title and Subtitle to Codebook

View source: R/cb_add_title.R

cb_add_titleR Documentation

Optionally Add Title and Subtitle to Codebook

Description

This function is not intended to be a stand-alone function. It is indented to be used by the codebook function.

Usage

cb_add_title(rdocx, title = NA, subtitle = NA)

Arguments

rdocx

rdocx object created with officer::read_docx()

title

Optional title

subtitle

Optional subtitle

Value

rdocx object


codebookr documentation built on June 25, 2024, 1:14 a.m.