Is it possible to remove the number when I add a heading in a word document?
my_doc <- read_docx() %>%
body_add_par("This is a heading", style = "heading 1")
print(my_doc, target = 'dummy.docx')
The result in word is 1. This is a heading
But I would like to have without the number: This is a heading