View source: R/insert_images.R
insert_images | R Documentation |
Insert multiple images into questions and hints
insert_images(
src,
alt = "image",
image_width = "100%",
image_height = "100%"
)
src |
image file names |
alt |
alternate texts for an image in case If a browser cannot find an image |
image_width |
image widths. Could be absolute value in pixels or percantage. |
image_height |
image heights. Could be absolute value in pixels or percantage. |
returns set of html tags
George Moroz <agricolamz@gmail.com>
insert_images(c("1.png", "2.png"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.