powered by
Insert multiple images into questions and hints
insert_images( src, alt = "image", image_width = "100%", image_height = "100%" )
returns set of html tags
image file names
alternate texts for an image in case If a browser cannot find an image
image widths. Could be absolute value in pixels or percantage.
image heights. Could be absolute value in pixels or percantage.
George Moroz <agricolamz@gmail.com>
insert_images(c("1.png", "2.png"))
Run the code above in your browser using DataLab