I am building a routine report in Rmd that is outputted to word. I have created a reference document to determine all the fonts and styles. I am using flextable to create the table in this report. The table needs to be wider than the margins of the rest of the word document. Is there anyway to do this?
So far I am only getting the correct margins on the outputted table by increasing the margins in the reference document, but this isn't a great solution since the rest of the document, which is mostly text, needs to stay within certain margins. I have tried increasing the width of the columns (width function for flextable), but that also doesn't work. Any help would be appreciated!