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)

documenter documentation built on Jan. 5, 2023, 5:11 p.m.