Learn R Programming

documenter (version 0.1.3)

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

Run this code
if (FALSE) {
insert_paragraphs(obj, vec)
}

Run the code above in your browser using DataLab