Description Usage Arguments Author(s) See Also
This function creates a top-level window and displays an HTML document within it and runs the wxWidgets event loop.
1 | htmlViewer(doc, linkCB = NULL, tagHandlers = htmlTagHandlers(), title = "HTML Viewer", run = FALSE, app = RApp(OnInit = OnInit))
|
doc |
the document to be displayed, either a file name or the HTML content itself |
linkCB |
a function which is to be called when the user clicks on a link in the HTML document. |
tagHandlers |
|
title |
a string giving the title for the top-level window's frame |
run |
a logical value indicating whether to run the event loop |
app |
the wxApp object that is used as the sole application for this R session |
Duncan Temple Lang
~~objects to See Also as help
, ~~~
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.