addNormal: Add a new paragraph with a Normal style

Description Usage Arguments Value Author(s) Examples

View source: R/reporters.r

Description

Add a new paragraph with a Normal style

Usage

1
addNormal(doc, value, stylename = "Normal", ...)

Arguments

doc

the doc object (created with the docx function of ReporteRs package)

value

a character string

stylename

a character string

...

...

Value

a new doc object

Author(s)

David Hajage

Examples

1
2
3
4
5
6
## Not run: 
library(biostat2)
library(ReporteRs)
doc <- addNormal(doc, "Coucou")

## End(Not run)

eusebe/biostat2 documentation built on Dec. 27, 2019, 4:22 p.m.