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
from giphy
###############################################################################
This is the output generated
Kindly help out with how to proceed with this problem
Thanking you
Ayush