pander.image: Pander method for image class

View source: R/S3.R

pander.imageR Documentation

Pander method for image class

Description

Prints a image object in Pandoc's markdown.

Usage

## S3 method for class 'image'
pander(x, caption = attr(x, "caption"), href = attr(x, "href"), ...)

Arguments

x

a image object

caption

caption (string) to be shown under the table

href

link that image should be linked with

...

ignored parameters


pander documentation built on March 18, 2022, 6:39 p.m.