magick
magick copied to clipboard
image in (kable) table
Is it possible to use your library to put an icon/image into the table? Imagine usual data frame with a column consisting of images.
You could use something like image_montage to recreate the look of a tabular format. Also, you could output images from magic and use kable or something similar to format them in html or markdown. But the latter option is best supported by looking for functions or asking for help within the kable or rmarkdown libraries.