IF(path = "clipboard", width = 640, height = 360, center = TRUE, print = FALSE, copy2clip = interactive(), text = "Your browser does not support iframes.")
TRUE the image will be
centered, if FALSE image will be left justified.TRUE attempts to
copy the output to the clipboard.TRUE
cat prints the output to the console.
If FALSEreturns to the console.Returns a character vector of an HTML iframe tag that embeds a document.
Wrap a url to generate an HTML iframe tag.
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)