shinyLP (version 1.1.2)

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

Description

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

Usage

iframe(width, height, url_link)

Value

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

Arguments

width

a object of class character

height

a object of class character

url_link

a object of class character, indicating content to display

See Also

Examples

Run this code
iframe(width = "560", height = "315",
url_link = "https://www.youtube.com/embed/0fKg7e37bQE")

Run the code above in your browser using DataCamp Workspace