insert_paragraphs: Insert each element of a vector into a document as a string...

View source: R/insert_paragraphs.R

insert_paragraphsR Documentation

Insert each element of a vector into a document as a string of paragraphs.

Description

Insert each element of a vector into a document as a string of paragraphs.

Usage

insert_paragraphs(denv, vec)

Arguments

denv

The environment of the input docx object.

vec

The character vector to be inserted. Each element should correspond to a separate paragraph.

Examples

## Not run: 
insert_paragraphs(obj, vec)

## End(Not run)

MAMC-DCI/documenter documentation built on Jan. 5, 2023, 4:04 p.m.