Is there a command to insert text from a file into an .Rmd document, so that it appears as if the text in the file had been copied and pasted into the document?
Similar to what source() does for code, but for text with formatting.
The aim is either to insert standard boiler-plate text for documents and make sure that all documents are regenerated consistently if it changes, or to change the language of a document by parameterising the file names of the text sections.
Thanks