So I have a column in a dataframe which has two kinds of values: either an image or a text saying no image. What I want to do is to assign a css class (something like .photo) to all these photos, so I can then style the images using css. I tried doing this in R by adding
{.photo}
in front of every url link, but RMD file just renders the text as a string. Any help will be appreciated!