Multiple Kable Tables with Images
问题 I'm trying to create multiple tables using kable from a csv file, but the requirement is that I need to also put an image in the table as per the below image. The entire image needs to be in the left column. Is this possible? The dataframe looks like this: df<-data.frame(Amount= c('$25', '$45', '$75'), Rate = c('1%', '1%', '3%'), Location = c('Germany', 'Switzerland', 'England'), ImageName= c('GE.png', 'BE.png', 'CE.png'), Status = c('Sold','Unsold','Sold') ) So far my R code is --- output: