Description Usage Arguments Value References Examples
Wrap a url to generate an HTML iframe tag.
1 2 3 |
path |
A character vector url/tag copied to the clipboard. Default is to read from the clipboard. |
width |
The width of the iframe. |
height |
The height of the iframe. |
center |
logical. If |
print |
logical. If |
copy2clip |
logical. If |
text |
character vector of text to display for browser that do not support iframe tags. |
Returns a character vector of an HTML iframe tag that embeds a document.
http://www.w3schools.com/tags/tag_iframe.asp
1 2 3 4 5 6 7 8 9 10 | IF("https://dl.dropboxusercontent.com/u/61803503/MWE.html", print = TRUE)
IF("http://www.online-stopwatch.com/countdown-clock/full-screen/",
height=400, center = TRUE, print = TRUE)
IF("http://www.dosketch.com/", width=1100, height=650, print=TRUE)
IF("http://glimmer.rstudio.com/pssguy/TVShowRatings/", width="100%",
height=650, print=TRUE)
IF("https://dl.dropboxusercontent.com/u/61803503/Slides/reports/index.html",
width=1150, height=750, print=TRUE)
IF("https://dl.dropboxusercontent.com/u/61803503/presentations/tmp.html",
width=770, height=680, print=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.