list_bookmarks
From ReporteRs v0.8.9
by David Gohel
List Bookmarks from a Word Document
List all bookmarks available in a docx
object.
Usage
list_bookmarks(x, body = TRUE, header = TRUE, footer = TRUE)
Arguments
- x
a
docx
object- body
specifies to scan document body
- header
specifies to scan document header
- footer
specifies to scan document footer
Value
a character vector
See Also
Examples
# NOT RUN {
doc <- docx( title = "My example", template = file.path(
system.file(package = "ReporteRs"), "templates/bookmark_example.docx") )
list_bookmarks( doc )
# }
Community examples
Looks like there are no examples yet.