cb_add_title {codebookr}R 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


[Package codebookr version 0.1.8 Index]