body_bookmark
From officer v0.3.14
by David Gohel
add bookmark
Add a bookmark at the cursor location. The bookmark is added on the first run of text in the current paragraph.
Usage
body_bookmark(x, id)
Arguments
- x
an rdocx object
- id
bookmark name
Examples
# NOT RUN {
# cursor_bookmark ----
library(magrittr)
doc <- read_docx() %>%
body_add_par("centered text", style = "centered") %>%
body_bookmark("text_to_replace")
# }
Community examples
Looks like there are no examples yet.