embedding gif from googledrive into r markdown

Hello Everyone,

I am trying to embed a gif from googledrive to a rmd file, I have had no luck yet. The access for the said gif is open to all with link. I am doing it in the same way I would embed a gif from, say, giphy.

Consider the code (rmd) below.


title: "Untitled"
output:
flexdashboard::flex_dashboard:
orientation: rows
vertical_layout: fill

library(flexdashboard)

row {data-width=650}

from google drive

drive

from giphy

gyphy

###############################################################################

This is the output generated

Kindly help out with how to proceed with this problem

Thanking you
Ayush

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.