Skip to contents

Create an iframe embed

Usage

html_iframe(url, height = "500px", width = "100%", style = NULL)

Arguments

url

URL to embed.

height

CSS height value. Default "500px".

width

CSS width value. Default "100%".

style

Optional additional CSS styles.

Value

An htmltools tag object.