Skip to contents

Include a figure file with caption

Usage

mdFigure(
  figureNumber,
  figureFile,
  captionFile,
  footNoteFile = NULL,
  subfolder,
  addNewPage = TRUE,
  customStyles = list()
)

Arguments

figureNumber

number of figure used in caption prefix

figureFile

file of Figure

captionFile

file containing caption

footNoteFile

file containing footnotes

subfolder

The folder where the file is located relative to Rmd

addNewPage

boolean if TRUE (default) new page is added after

customStyles

list of custom styles usable for figure and table captions and footnotes

See also

Other markdown helper function: addFiguresAndTables(), mdBullet(), mdBullet0(), mdCaption(), mdFootNote(), mdHeading(), mdLink(), mdNewline(), mdNewpage(), mdPaste(), mdPaste0(), mdTable()