r - Render images in datatables in shiny -


is there way render images in datatable in shiny ?

if try adding tag

paste(<img src="http://test.com/img/', x, '.jpg" height=52></img>', sep='') 

as part of column (in want show image) spits out html tag , not image.

as @bunk mentioned, escape=false works embedding images in datatable.


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -