mdtext | R Documentation |
Creates a container for custom text to be (re-) used in the Rmarkdown document.
mdtext(x)
x |
a string to be stored as mdtext object. |
Storing some fixed text parts used multiple times in the Rmarkdown document (e.g. parts of figure legends) as mdtext provides a smarter alternative to the tarditional 'copy-paste' approach. You may insert the text chunk in your document by calling the 'insert()' or 'refer()' method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.