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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -