html_iframe.Rd
Create an iframe embed
html_iframe(url, height = "500px", width = "100%", style = NULL)
URL to embed.
CSS height value. Default "500px".
CSS width value. Default "100%".
Optional additional CSS styles.
An htmltools tag object.