iframe: Add an iframe An iframe can contain a video for additional...

View source: R/iframe.R

iframeR Documentation

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)

Arguments

width

a object of class character

height

a object of class character

url_link

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

Responsive Embed

Examples

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

shinyLP documentation built on Oct. 26, 2023, 1:07 a.m.