addItemize: Add a list of items

Description Usage Arguments Value Author(s) Examples

View source: R/reporters.r

Description

Add a list of items

Usage

1
addItemize(doc, value, level = 1, ...)

Arguments

doc

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

value

a vector of character strings

level

a integer (1 to 4)

...

...

Value

a new doc object

Author(s)

David Hajage

Examples

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

## End(Not run)

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