@ginberg Thanks for replying.
I am working with static flexdashboard. I have placed the below code in markdown code
library(leaflet)
library(widgetframe)
library(dplyr)
l<-leaflet() %>% addTiles()
htmlwidgets::saveWidget(frameableWidget(l),'leaflet.html')
Please let me know if this is the correct method to use my flexdashboard inside a iframe
should i add anything else in the code. Please let me know
Thanks