magick icon indicating copy to clipboard operation
magick copied to clipboard

image in (kable) table

Open vladdez opened this issue 2 years ago • 1 comments

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.

vladdez avatar Sep 27 '23 16:09 vladdez

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.

dcaud avatar Oct 29 '23 22:10 dcaud