I am creating a Word file from R using the officer package version 0.4.4. In the past I used the slip_in_text() function often but that function is removed: Error: 'slip_in_text' is defunct. Use 'fpar()' instead. My problem with fpar() is that it always starts at the beginning of a new line. With the slip_in_text() function you could append text to an existing line of text in Word. Is that impossible now?
docx <- docx %>%
cursor_bookmark("Begin") %>%
body_add_fpar(fpar(ftext("John")), style = "Normal", pos = "on")
should give: Name: John but gives: John Name: Bookmark Begin is after the double dot of Name: