Skip to contents

[Deprecated]

Usage

eng_image_legend(options)

Arguments

options

Chunk options

Examples

if (FALSE) { # interactive()
# Not run: knitr engine for Rmd/Quarto documents
eng_image_legend(list(
  img.cap = "Image caption",
  img.width = 80,
  img.author = "Someone"
))
}