Image: Image

View source: R/pandocfilters.R

ImageR Documentation

Image

Description

Constructs an inline object of type "Image".

Usage

Image(target, text, caption = "", attr = Attr())

Arguments

target

a character string giving the target (hyper reference)

text

a inline object or a list of inline objects giving the visible part

caption

a character string describing the picture

attr

an optional object of type "Attr"

Details

Further Usage examples can be found in the README.

Examples

Image("https:://Rlogo.jpg", "some_text", "fig:some_caption")

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.