Method to embed an image file in a component
render_image(
image,
image_alt_text = NULL,
title = NULL,
raw = FALSE,
width = "100%",
height = "auto",
in_component = TRUE
)A character string containing the evaluated component
The path to the image file.
The alt text of the image.
The components title.
Whether or not to emit solely the markdown image code.
Width defined with CSS in the HTML img-tag.
Height defined with CSS in the HTML img-tag.
Whether the image belongs to a component or the sidebar