I'm trying to use some images within an R plot. I would like to feed the images directly into the R tool and leverage in a plot. The only way I've been able to get it to work is save all the images to a folder and read back into R using the readPNG function (png package). I've tried converting the images to binary but that did not work either. Is there another R package available that will allow me to read the Alteryx image format without having to save them to disk? Any examples of how to do this?
Thanks!