iframe {shinyLP} | R 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
Examples
iframe(width = "560", height = "315",
url_link = "https://www.youtube.com/embed/0fKg7e37bQE")
[Package shinyLP version 1.1.3 Index]