mdtext: Create an mdtext container.

View source: R/classes.R

mdtextR Documentation

Create an mdtext container.

Description

Creates a container for custom text to be (re-) used in the Rmarkdown document.

Usage

mdtext(x)

Arguments

x

a string to be stored as mdtext object.

Details

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.


PiotrTymoszuk/figur documentation built on July 16, 2024, 1:15 a.m.