Skip to contents

Add an iframe An iframe can contain a video for additional instructions within a Modal object

Usage

iframe(width, height, url_link)

Arguments

width

a object of class character

height

a object of class character

a object of class character, indicating content to display

Value

a HTML object to be included in the ui section of a shiny app

See also

Examples

iframe(width = "560", height = "315",
url_link = "https://www.youtube.com/embed/0fKg7e37bQE")
#> <iframe width="560" height="315" src="https://www.youtube.com/embed/0fKg7e37bQE"></iframe>