How can I add linebreaks inside a table cell in officer?
I see the post here that shows how to add paragraphs within the document, but not within table cells.
tbl = tibble(x = 'My first line\n my second line')
read_docx() |>
body_add_table(tbl) |>
print(target = "example.docx")
Does not recognize \n