render_image.Rd
Method to embed an image file in a component
render_image(image, image_alt_text = NULL, title = NULL, raw = FALSE)
image | The path to the image file. |
---|---|
image_alt_text | The alt text of the image. |
title | The components title. |
raw | Whether or not to emit solely the markdown image code. |
A character string containing the evaluated component